|
mini-llvm 0.1.0
|
#include <Diagnostic.h>
Public Types | |
| enum class | Level { kNote , kWarning , kError } |
Static Public Member Functions | |
| static Diagnostic | note (std::string message, size_t location) |
| static Diagnostic | warning (std::string message, size_t location) |
| static Diagnostic | error (std::string message, size_t location) |
Public Attributes | |
| Level | level |
| std::string | message |
| size_t | location |
|
strong |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
| Level mini_llvm::Diagnostic::level |
| size_t mini_llvm::Diagnostic::location |
| std::string mini_llvm::Diagnostic::message |