Classes | |
class | clang_tool |
Custom ClangTool implementation to enable better error handling. More... | |
class | clang_tool_exception |
struct | diagnostic |
class | diagnostic_consumer |
Functions | |
std::string | to_string (const clanguml::generators::diagnostic &d) |
void | to_json (nlohmann::json &j, const diagnostic &a) |
void clanguml::generators::to_json | ( | nlohmann::json & | j, |
const diagnostic & | a | ||
) |
Definition at line 61 of file clang_tool.cc.
std::string clanguml::generators::to_string | ( | const clanguml::generators::diagnostic & | d | ) |
Definition at line 46 of file clang_tool.cc.