|
The Psyche Project
|
#include <Diagnostic.h>
Public Member Functions | |
| Diagnostic (DiagnosticDescriptor descriptor, Location location, std::string snippet="") | |
| const DiagnosticDescriptor & | descriptor () const |
| DiagnosticSeverity | severity () const |
| const Location & | location () const |
| const std::string & | snippet () const |
The Diagnostics class.
|
inline |
The DiagnosticDescriptor of this Diagnostic.
| DiagnosticSeverity Diagnostic::severity | ( | ) | const |
The actual severity (according to compilation options) of this Diagnostic.
|
inline |
The code snippet associated to this Diagnostic.
1.8.18