Home
last modified time | relevance | path

Searched refs:DiagGroup (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td9 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 DDiagnostic.td58 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 DDiagnosticLexKinds.td26 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 DDiagnosticCommonKinds.td28 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 DDiagnosticFrontendKinds.td48 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 DDiagnosticDriverKinds.td465 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 DDiagnosticSemaKinds.td33 "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 DDiagnosticSerializationKinds.td49 InGroup<DiagGroup<"pch-vfs-diff">>;
144 InGroup<DiagGroup<"pch-date-time">>;
H A DDiagnosticParseKinds.td36 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 DDiagnosticASTKinds.td409 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 DClangDiagnosticsEmitter.cpp1856 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()