Searched refs:DiagGroup (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticGroups.td | 9 def ImplicitFunctionDeclare : DiagGroup<"implicit-function-declaration">; 10 def ImplicitInt : DiagGroup<"implicit-int">; 13 def Implicit : DiagGroup<"implicit", [ 19 def ODR : DiagGroup<"odr">; 20 def : DiagGroup<"abi">; 21 def : DiagGroup<"gnu-empty-initializer">; // Now a C extension, not GNU. 22 def AbsoluteValue : DiagGroup<"absolute-value">; 23 def MisspelledAssumption : DiagGroup<"misspelled-assumption">; 24 def UnknownAssumption : DiagGroup<"unknown-assumption">; 25 def AddressOfTemporary : DiagGroup<"address-of-temporary">; [all …]
|
H A D | Diagnostic.td | 58 class DiagGroup<string Name, list<DiagGroup> subgroups = [], code docs = [{}]> { 60 list<DiagGroup> SubGroups = subgroups; 64 class InGroup<DiagGroup G> { DiagGroup Group = G; } 65 //class IsGroup<string Name> { DiagGroup Group = DiagGroup<Name>; } 90 DiagGroup Group;
|
H A D | DiagnosticLexKinds.td | 26 InGroup<DiagGroup<"backslash-newline-escape">>; 65 InGroup<DiagGroup<"dollar-in-identifier-extension">>; 77 InGroup<DiagGroup<"language-extension-token">>; 132 "invalid UTF-8 in comment">, InGroup<DiagGroup<"invalid-utf8">>; 139 InGroup<DiagGroup<"unicode-whitespace">>; 142 "as '%1' symbol">, InGroup<DiagGroup<"unicode-homoglyph">>; 145 "some environments">, InGroup<DiagGroup<"unicode-zero-width">>; 148 InGroup<DiagGroup<"mathematical-notation-identifier-extension">>; 153 InGroup<DiagGroup<"delimited-escape-sequence-extension">>; 230 InGroup<DiagGroup<"unknown-escape-sequence">>; [all …]
|
H A D | DiagnosticCommonKinds.td | 28 InGroup<DiagGroup<"stack-exhausted">>, NoSFINAE; 51 InGroup<DiagGroup<"higher-precision-fp">>; 81 InGroup<DiagGroup<"nan-infinity-disabled", [], NanInfDisabledDocs>>; 314 "clash">, InGroup<DiagGroup<"stack-protector">>; 318 InGroup<DiagGroup<"slh-asm-goto">>; 324 InGroup<DiagGroup<"objc-duplicate-category-definition">>; 363 "invalid feature combination: %0">, InGroup<DiagGroup<"invalid-feature-combination">>; 395 InGroup<DiagGroup<"sloc-usage">>, DefaultRemark, ShowInSystemHeader; 421 def warn_apinotes_message : Warning<"%0">, InGroup<DiagGroup<"apinotes">>; 428 InGroup<DiagGroup<"nonportable-private-apinotes-path">>; [all …]
|
H A D | DiagnosticFrontendKinds.td | 48 InGroup<DiagGroup<"override-module">>; 132 InGroup<DiagGroup<"unable-to-open-stats-file">>; 213 InGroup<DiagGroup<"analyzer-incompatible-plugin"> >; 223 "compilation">, InGroup<DiagGroup<"module-file-config-mismatch">>, DefaultError; 273 InGroup<DiagGroup<"eager-load-cxx-named-modules">>; 300 InGroup<DiagGroup<"psabi">>;
|
H A D | DiagnosticDriverKinds.td | 465 InGroup<DiagGroup<"overriding-option">>; 478 InGroup<DiagGroup<"missing-sysroot">>; 480 InGroup<DiagGroup<"incompatible-sysroot">>; 482 InGroup<DiagGroup<"debug-compression-unavailable">>; 552 InGroup<DiagGroup<"delayed-template-parsing-in-cxx20">>; 567 InGroup<DiagGroup<"slash-u-filename">>; 638 InGroup<DiagGroup<"msvc-not-found">>; 670 InGroup<DiagGroup<"darwin-sdk-settings">>; 705 InGroup<DiagGroup<"stdlibcxx-not-found">>; 789 InGroup<DiagGroup<"sarif-format-unstable">>; [all …]
|
H A D | DiagnosticSemaKinds.td | 33 "been assigned">, InGroup<DiagGroup<"duplicate-enum">>, DefaultIgnore; 67 InGroup<DiagGroup<"comma">>, DefaultIgnore; 114 InGroup<DiagGroup<"predefined-identifier-outside-function">>; 260 InGroup<DiagGroup<"auto-decl-extensions">>; 338 InGroup<DiagGroup<"excessive-regsave">>; 342 InGroup<DiagGroup<"arm-interrupt-vfp-clobber">>; 389 InGroup<DiagGroup<"redundant-parens">>, DefaultIgnore; 470 InGroup<DiagGroup<"out-of-scope-function">>; 514 InGroup<DiagGroup<"binding-in-condition">>; 763 InGroup<DiagGroup<"incomplete-setjmp-declaration">>; [all …]
|
H A D | DiagnosticSerializationKinds.td | 49 InGroup<DiagGroup<"pch-vfs-diff">>; 144 InGroup<DiagGroup<"pch-date-time">>;
|
H A D | DiagnosticParseKinds.td | 36 InGroup<DiagGroup<"empty-translation-unit">>; 87 InGroup<DiagGroup<"nullability-extension">>; 118 InGroup<DiagGroup<"fixed-enum-extension">>; 126 InGroup<DiagGroup<"elaborated-enum-base">>, DefaultError; 129 InGroup<DiagGroup<"elaborated-enum-class">>, DefaultError; 151 InGroup<DiagGroup<"microsoft-exists">>; 304 InGroup<DiagGroup<"missing-selector-name">>; 383 "be supported in future releases">, InGroup<DiagGroup<"auto-storage-class">>; 482 InGroup<DiagGroup<"empty-decomposition">>; 517 InGroup<DiagGroup<"arc-bridge-casts-disallowed-in-nonarc">>; [all …]
|
H A D | DiagnosticASTKinds.td | 409 InGroup<DiagGroup<"integer-overflow">>; 412 InGroup<DiagGroup<"fixed-point-overflow">>; 416 InGroup<DiagGroup<"enum-constexpr-conversion">>; 426 InGroup<DiagGroup<"constant-evaluated">>;
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 1856 bool isRemarkGroup(const Record *DiagGroup, in isRemarkGroup() argument 1867 Visit(DiagGroup->getValueAsString("GroupName")); in isRemarkGroup() 1871 DiagGroup->getLoc(), in isRemarkGroup() 1882 getDefaultSeverities(const Record *DiagGroup, in getDefaultSeverities() argument 1893 Visit(DiagGroup->getValueAsString("GroupName")); in getDefaultSeverities()
|