llvm/lldb/source/Expression/DiagnosticManager.cpp

//===-- DiagnosticManager.cpp ---------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "lldb/Expression/DiagnosticManager.h"

#include "llvm/Support/ErrorHandling.h"

#include "lldb/Utility/Log.h"
#include "lldb/Utility/StreamString.h"

usingnamespacelldb_private;

void DiagnosticManager::Dump(Log *log) {}

static const char *StringForSeverity(lldb::Severity severity) {}

std::string DiagnosticManager::GetString(char separator) {}

size_t DiagnosticManager::Printf(lldb::Severity severity, const char *format,
                                 ...) {}

void DiagnosticManager::PutString(lldb::Severity severity,
                                  llvm::StringRef str) {}