![]() |
Scarab
v2.9.0
Project 8 C++ Utility Library
|

Public Member Functions | |
| def | __init__ (self, ptr) |
| def | __del__ (self) |
| def | severity (self) |
| def | location (self) |
| def | spelling (self) |
| def | ranges (self) |
| def | fixits (self) |
| def | children (self) |
| def | category_number (self) |
| def | category_name (self) |
| def | option (self) |
| def | disable_option (self) |
| def | __repr__ (self) |
| def | from_param (self) |
Public Attributes | |
| ptr | |
| diag | |
| diag_set | |
Static Public Attributes | |
| int | Ignored = 0 |
| int | Note = 1 |
| int | Warning = 2 |
| int | Error = 3 |
| int | Fatal = 4 |
A Diagnostic is a single instance of a Clang diagnostic. It includes the diagnostic severity, the message, the location the diagnostic occurred, as well as additional source ranges and associated fix-it hints.
| def category_name | ( | self | ) |
| def category_number | ( | self | ) |
| def disable_option | ( | self | ) |
| def option | ( | self | ) |
1.8.13