Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Basic/
DDiagnosticGroups.td10 def ImplicitFunctionDeclare : DiagGroup<"implicit-function-declaration">;
11 def ImplicitInt : DiagGroup<"implicit-int">;
14 def Implicit : DiagGroup<"implicit", [
20 def : DiagGroup<"abi">;
21 def AbsoluteValue : DiagGroup<"absolute-value">;
22 def AddressOfTemporary : DiagGroup<"address-of-temporary">;
23 def : DiagGroup<"aggregate-return">;
24 def GNUAlignofExpression : DiagGroup<"gnu-alignof-expression">;
25 def AmbigMemberTemplate : DiagGroup<"ambiguous-member-template">;
26 def GNUAnonymousStruct : DiagGroup<"gnu-anonymous-struct">;
[all …]
DDiagnostic.td47 class DiagGroup<string Name, list<DiagGroup> subgroups = []> {
49 list<DiagGroup> SubGroups = subgroups;
52 class InGroup<DiagGroup G> { DiagGroup Group = G; }
53 //class IsGroup<string Name> { DiagGroup Group = DiagGroup<Name>; }
74 DiagGroup Group;
DDiagnosticLexKinds.td27 InGroup<DiagGroup<"backslash-newline-escape">>;
58 InGroup<DiagGroup<"dollar-in-identifier-extension">>;
70 InGroup<DiagGroup<"language-extension-token">>;
111 InGroup<DiagGroup<"unicode-whitespace">>;
159 InGroup<DiagGroup<"unknown-escape-sequence">>;
265 InGroup<DiagGroup<"include-next-outside-header">>;
270 InGroup<DiagGroup<"include-next-absolute-path">>;
282 InGroup<DiagGroup<"nonportable-include-path">>;
284 InGroup<DiagGroup<"nonportable-system-include-path">>;
287 InGroup<DiagGroup<"pragma-once-outside-header">>;
[all …]
DDiagnosticDriverKinds.td195 InGroup<DiagGroup<"overriding-t-option">>;
204 InGroup<DiagGroup<"missing-sysroot">>;
206 InGroup<DiagGroup<"incompatible-sysroot">>;
208 InGroup<DiagGroup<"debug-compression-unavailable">>;
211 InGroup<DiagGroup<"rtti-for-exceptions">>;
214 InGroup<DiagGroup<"auto-disable-vptr-sanitizer">>;
DDiagnosticFrontendKinds.td40 InGroup<DiagGroup<"override-module">>;
173 InGroup<DiagGroup<"analyzer-incompatible-plugin"> >;
179 "compilation">, InGroup<DiagGroup<"module-file-config-mismatch">>, DefaultError;
DDiagnosticParseKinds.td38 InGroup<DiagGroup<"empty-translation-unit">>;
64 InGroup<DiagGroup<"nullability-extension">>;
104 InGroup<DiagGroup<"microsoft-exists">>;
227 InGroup<DiagGroup<"missing-selector-name">>;
279 "be supported in future releases">, InGroup<DiagGroup<"auto-storage-class">>;
384 InGroup<DiagGroup<"arc-bridge-casts-disallowed-in-nonarc">>;
426 InGroup<DiagGroup<"semicolon-before-method-body">>, DefaultIgnore;
500 InGroup<DiagGroup<"ambiguous-ellipsis">>;
510 InGroup<DiagGroup<"anonymous-pack-parens">>;
660 "instantiation">, InGroup<DiagGroup<"static-inline-explicit-instantiation">>;
[all …]
DDiagnosticSemaKinds.td35 "been assigned">, InGroup<DiagGroup<"duplicate-enum">>, DefaultIgnore;
61 InGroup<DiagGroup<"comma">>, DefaultIgnore;
107 InGroup<DiagGroup<"predefined-identifier-outside-function">>;
493 InGroup<DiagGroup<"incompatible-library-redeclaration">>;
508 InGroup<DiagGroup<"dynamic-class-memaccess">>;
527 InGroup<DiagGroup<"strlcpy-strlcat-size">>;
532 InGroup<DiagGroup<"memsize-comparison">>;
551 InGroup<DiagGroup<"assume">>;
555 InGroup<DiagGroup<"builtin-memcpy-chk-size">>;
695 InGroup<DiagGroup<"incompatible-property-type">>;
[all …]
DDiagnosticSerializationKinds.td116 InGroup<DiagGroup<"pch-date-time">>;
DDiagnosticASTKinds.td159 InGroup<DiagGroup<"integer-overflow">>;
204 InGroup<DiagGroup<"odr">>;
/external/llvm-project/clang/include/clang/Basic/
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 AbsoluteValue : DiagGroup<"absolute-value">;
22 def AddressOfTemporary : DiagGroup<"address-of-temporary">;
23 def : DiagGroup<"aggregate-return">;
24 def GNUAlignofExpression : DiagGroup<"gnu-alignof-expression">;
25 def AmbigMemberTemplate : DiagGroup<"ambiguous-member-template">;
[all …]
DDiagnostic.td58 class DiagGroup<string Name, list<DiagGroup> subgroups = []> {
60 list<DiagGroup> SubGroups = subgroups;
64 class InGroup<DiagGroup G> { DiagGroup Group = G; }
65 //class IsGroup<string Name> { DiagGroup Group = DiagGroup<Name>; }
89 DiagGroup Group;
DDiagnosticLexKinds.td26 InGroup<DiagGroup<"backslash-newline-escape">>;
65 InGroup<DiagGroup<"dollar-in-identifier-extension">>;
77 InGroup<DiagGroup<"language-extension-token">>;
120 InGroup<DiagGroup<"unicode-whitespace">>;
123 "as '%1' symbol">, InGroup<DiagGroup<"unicode-homoglyph">>;
126 "some environments">, InGroup<DiagGroup<"unicode-zero-width">>;
174 InGroup<DiagGroup<"unknown-escape-sequence">>;
273 InGroup<DiagGroup<"include-next-outside-header">>;
279 InGroup<DiagGroup<"include-next-absolute-path">>;
291 InGroup<DiagGroup<"nonportable-include-path">>;
[all …]
DDiagnosticFrontendKinds.td39 InGroup<DiagGroup<"override-module">>;
104 InGroup<DiagGroup<"unable-to-open-stats-file">>;
184 InGroup<DiagGroup<"analyzer-incompatible-plugin"> >;
197 "compilation">, InGroup<DiagGroup<"module-file-config-mismatch">>, DefaultError;
255 InGroup<DiagGroup<"psabi">>;
DDiagnosticDriverKinds.td328 InGroup<DiagGroup<"overriding-t-option">>;
335 InGroup<DiagGroup<"missing-sysroot">>;
337 InGroup<DiagGroup<"incompatible-sysroot">>;
339 InGroup<DiagGroup<"debug-compression-unavailable">>;
396 InGroup<DiagGroup<"slash-u-filename">>;
470 InGroup<DiagGroup<"msvc-not-found">>;
502 InGroup<DiagGroup<"darwin-sdk-settings">>;
528 InGroup<DiagGroup<"stdlibcxx-not-found">>;
DDiagnosticCommonKinds.td28 InGroup<DiagGroup<"stack-exhausted">>, NoSFINAE;
254 InGroup<DiagGroup<"stack-protector">>;
259 InGroup<DiagGroup<"slh-asm-goto">>;
349 InGroup<DiagGroup<"poison-system-directories">>, DefaultIgnore;
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">>;
289 InGroup<DiagGroup<"missing-selector-name">>;
352 "be supported in future releases">, InGroup<DiagGroup<"auto-storage-class">>;
442 InGroup<DiagGroup<"empty-decomposition">>;
468 InGroup<DiagGroup<"arc-bridge-casts-disallowed-in-nonarc">>;
[all …]
DDiagnosticSemaKinds.td33 "been assigned">, InGroup<DiagGroup<"duplicate-enum">>, DefaultIgnore;
67 InGroup<DiagGroup<"comma">>, DefaultIgnore;
113 InGroup<DiagGroup<"predefined-identifier-outside-function">>;
336 InGroup<DiagGroup<"redundant-parens">>, DefaultIgnore;
405 InGroup<DiagGroup<"out-of-scope-function">>;
448 InGroup<DiagGroup<"binding-in-condition">>;
641 InGroup<DiagGroup<"incomplete-setjmp-declaration">>;
647 InGroup<DiagGroup<"incompatible-library-redeclaration">>;
706 InGroup<DiagGroup<"strlcpy-strlcat-size">>;
711 InGroup<DiagGroup<"memsize-comparison">>;
[all …]
/external/clang/test/TableGen/
Danonymous-groups.td6 def NamedGroup : DiagGroup<"name">;
9 def InNamedGroup : Warning<"">, InGroup<DiagGroup<"name">>;
11 // CHECK-NEXT: {{^def InNamedGroup : Warning<"">, InGroup<DiagGroup<"name">>;}}
15 // CHECK-NEXT: def NamedGroup : DiagGroup<"name">;
19 def AlsoInNamedGroup : Warning<"">, InGroup < DiagGroup<"name"> >;
21 // CHECK-NEXT: {{^def AlsoInNamedGroup : Warning<"">, InGroup < DiagGroup<"name"> >;}}
25 // CHECK-NEXT: def NamedGroup : DiagGroup<"name">;
29 def AnonymousGroup : Warning<"">, InGroup<DiagGroup<"anonymous">>;
30 def AlsoAnonymousGroup : Warning<"">, InGroup<DiagGroup<"anonymous">>;
32 InGroup<DiagGroup<"anonymous">>;
[all …]
Dtg-fixits.td4 def NamedGroup : DiagGroup<"name">;
6 def InNamedGroup : Warning<"">, InGroup<DiagGroup<"name">>;
8 // CHECK-NEXT: {{^def InNamedGroup : Warning<"">, InGroup<DiagGroup<"name">>;}}
12 def Wrapped : Warning<"">, InGroup<DiagGroup<
15 // CHECK-NEXT: {{^def Wrapped : Warning<"">, InGroup<DiagGroup<}}
20 DiagGroup<"name">>;
22 // CHECK-NEXT: {{^ DiagGroup<"name">>;}}
28 InGroup< DiagGroup<"name"> >;
30 // CHECK-NEXT: {{^ InGroup< DiagGroup<"name"> >;}}
38 def Unicode : Warning<"ユニコード">, InGroup<DiagGroup<"name">>;
[all …]
DDiagnosticBase.inc15 class DiagGroup<string Name, list<DiagGroup> subgroups = []> {
17 list<DiagGroup> SubGroups = subgroups;
20 class InGroup<DiagGroup G> { DiagGroup Group = G; }
27 DiagGroup Group;
/external/llvm-project/clang/test/TableGen/
Danonymous-groups.td6 def NamedGroup : DiagGroup<"name">;
9 def InNamedGroup : Warning<"">, InGroup<DiagGroup<"name">>;
11 // CHECK-NEXT: {{^def InNamedGroup : Warning<"">, InGroup<DiagGroup<"name">>;}}
13 // CHECK-NEXT: def NamedGroup : DiagGroup<"name">;
17 def AlsoInNamedGroup : Warning<"">, InGroup < DiagGroup<"name"> >;
19 // CHECK-NEXT: {{^def AlsoInNamedGroup : Warning<"">, InGroup < DiagGroup<"name"> >;}}
21 // CHECK-NEXT: def NamedGroup : DiagGroup<"name">;
25 def AnonymousGroup : Warning<"">, InGroup<DiagGroup<"anonymous">>;
26 def AlsoAnonymousGroup : Warning<"">, InGroup<DiagGroup<"anonymous">>;
28 InGroup<DiagGroup<"anonymous">>;
[all …]
Dtg-fixits.td4 def NamedGroup : DiagGroup<"name">;
6 def InNamedGroup : Warning<"">, InGroup<DiagGroup<"name">>;
8 // CHECK-NEXT: {{^def InNamedGroup : Warning<"">, InGroup<DiagGroup<"name">>;}}
10 def Wrapped : Warning<"">, InGroup<DiagGroup<
13 // CHECK-NEXT: {{^def Wrapped : Warning<"">, InGroup<DiagGroup<}}
16 DiagGroup<"name">>;
23 def Unicode : Warning<"ユニコード">, InGroup<DiagGroup<"name">>;
25 // CHECK-NEXT: def Unicode : Warning<"{{[^"]+}}">, InGroup<DiagGroup<"name">>;
DDiagnosticBase.inc58 class DiagGroup<string Name, list<DiagGroup> subgroups = []> {
60 list<DiagGroup> SubGroups = subgroups;
64 class InGroup<DiagGroup G> { DiagGroup Group = G; }
65 //class IsGroup<string Name> { DiagGroup Group = DiagGroup<Name>; }
81 DiagGroup Group;
Demit-diag-docs.td5 def MyGroup : DiagGroup<"MyGroupName">;
/external/llvm-project/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp1629 bool isRemarkGroup(const Record *DiagGroup, in isRemarkGroup() argument
1640 Visit(DiagGroup->getValueAsString("GroupName")); in isRemarkGroup()
1644 DiagGroup->getLoc(), in isRemarkGroup()
1655 getDefaultSeverities(const Record *DiagGroup, in getDefaultSeverities() argument
1666 Visit(DiagGroup->getValueAsString("GroupName")); in getDefaultSeverities()

12