#include "clang_tool.h"
#include <clang/Frontend/CompilerInstance.h>
#include <clang/Frontend/CompilerInvocation.h>
#include <clang/Tooling/CompilationDatabase.h>
#include "util/util.h"
Go to the source code of this file.
Namespaces | |
namespace | clanguml |
namespace | clanguml::generators |
namespace | clang |
Functions | |
std::string | clanguml::generators::to_string (const clanguml::generators::diagnostic &d) |
void | clanguml::generators::to_json (nlohmann::json &j, const diagnostic &a) |
std::string | clang::to_string (clang::DiagnosticsEngine::Level level) |