Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticGroups.td21 def ODR : DiagGroup<"odr">;
22 def : DiagGroup<"abi">;
38 def : DiagGroup<"auto-import">;
155 def : DiagGroup<"char-align">;
434 def : DiagGroup<"import">;
464 def : DiagGroup<"init-self">;
465 def : DiagGroup<"inline">;
480 def Main : DiagGroup<"main">;
533 def : DiagGroup<"overflow">;
617 def : DiagGroup<"synth">;
[all …]
H A 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>; }
90 DiagGroup Group;
H A DDiagnosticLexKinds.td26 InGroup<DiagGroup<"backslash-newline-escape">>;
77 InGroup<DiagGroup<"language-extension-token">>;
128 InGroup<DiagGroup<"unicode-whitespace">>;
211 InGroup<DiagGroup<"unknown-escape-sequence">>;
331 InGroup<DiagGroup<"nonportable-include-path">>;
356 InGroup<DiagGroup<"unused-macros">>;
359 InGroup<DiagGroup<"undef">>, DefaultIgnore;
376 InGroup<DiagGroup<"objc-macro-redefinition">>;
442 InGroup<DiagGroup<"embedded-directive">>;
706 InGroup<DiagGroup<"invalid-token-paste">>;
[all …]
H A DDiagnosticDriverKinds.td408 InGroup<DiagGroup<"unsupported-abi">>;
413 InGroup<DiagGroup<"overriding-t-option">>;
420 InGroup<DiagGroup<"missing-sysroot">>;
422 InGroup<DiagGroup<"incompatible-sysroot">>;
424 InGroup<DiagGroup<"debug-compression-unavailable">>;
502 InGroup<DiagGroup<"slash-u-filename">>;
577 InGroup<DiagGroup<"msvc-not-found">>;
609 InGroup<DiagGroup<"darwin-sdk-settings">>;
633 InGroup<DiagGroup<"stdlibcxx-not-found">>;
642 InGroup<DiagGroup<"deprecated-module-ts">>;
[all …]
H A DDiagnosticFrontendKinds.td48 InGroup<DiagGroup<"override-module">>;
126 InGroup<DiagGroup<"unable-to-open-stats-file">>;
205 InGroup<DiagGroup<"analyzer-incompatible-plugin"> >;
215 "compilation">, InGroup<DiagGroup<"module-file-config-mismatch">>, DefaultError;
275 InGroup<DiagGroup<"psabi">>;
H A DDiagnosticCommonKinds.td28 InGroup<DiagGroup<"stack-exhausted">>, NoSFINAE;
287 "clash">, InGroup<DiagGroup<"stack-protector">>;
291 InGroup<DiagGroup<"slh-asm-goto">>;
350 InGroup<DiagGroup<"sloc-usage">>, DefaultRemark, ShowInSystemHeader;
398 InGroup<DiagGroup<"poison-system-directories">>, DefaultIgnore;
H A DDiagnosticSemaKinds.td67 InGroup<DiagGroup<"comma">>, DefaultIgnore;
789 InGroup<DiagGroup<"memsize-comparison">>;
820 InGroup<DiagGroup<"assume">>;
1523 InGroup<DiagGroup<"objc-messaging-id">>;
2956 InGroup<DiagGroup<"auto-var-id">>;
3463 InGroup<DiagGroup<"cmse-union-leak">>;
3551 InGroup<DiagGroup<"encode-type">>;
4004 InGroup<DiagGroup<"sizeof-array-div">>;
5449 InGroup<DiagGroup<"typename-missing">>;
6986 InGroup<DiagGroup<"align-mismatch">>;
[all …]
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;
151 InGroup<DiagGroup<"microsoft-exists">>;
292 InGroup<DiagGroup<"missing-selector-name">>;
467 InGroup<DiagGroup<"empty-decomposition">>;
636 InGroup<DiagGroup<"ambiguous-ellipsis">>;
646 InGroup<DiagGroup<"anonymous-pack-parens">>;
743 InGroup<DiagGroup<"cxx-attribute-extension">>;
[all …]
H A DDiagnosticSerializationKinds.td135 InGroup<DiagGroup<"pch-date-time">>;
H A DDiagnosticASTKinds.td391 InGroup<DiagGroup<"integer-overflow">>;
394 InGroup<DiagGroup<"fixed-point-overflow">>;
397 "enumeration type">, DefaultError, InGroup<DiagGroup<"enum-constexpr-conversion">>;
407 InGroup<DiagGroup<"constant-evaluated">>;
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1659 bool isRemarkGroup(const Record *DiagGroup, in isRemarkGroup() argument
1670 Visit(DiagGroup->getValueAsString("GroupName")); in isRemarkGroup()
1674 DiagGroup->getLoc(), in isRemarkGroup()
1685 getDefaultSeverities(const Record *DiagGroup, in getDefaultSeverities() argument
1696 Visit(DiagGroup->getValueAsString("GroupName")); in getDefaultSeverities()
/openbsd/gnu/llvm/clang/docs/
H A DInternalsManual.rst3070 If the attribute adds additional warnings, define a ``DiagGroup`` in
3074 is only a single diagnostic, it is permissible to use ``InGroup<DiagGroup<"your-attribute">>``