enum PPElifDiag
Description
Enumerates possible %select values for the pp_err_elif_after_else and pp_err_elif_without_if diagnostics.
Declared at: clang/lib/Lex/PPDirectives.cpp:106
Enumerators
Name | Value | Comment |
---|---|---|
PED_Elif | 0 | |
PED_Elifdef | 1 | |
PED_Elifndef | 2 |