llvm-project/clang/test/TableGen
Carlos Galvez c4db521cea [clang] Introduce support for disabling warnings in system macros
Often we run into situations where we want to ignore
warnings from system headers, but Clang will still
give warnings about the contents of a macro defined
in a system header used in user-code.

Introduce a ShowInSystemMacro option to be able to
specify which warnings we do want to keep raising
warnings for. The current behavior is kept in this patch
(i.e. warnings from system macros are enabled by default).
The decision as to whether this should be an opt-in or opt-out
feature can be made in a separate patch.

To put the feature to test, replace duplicated code for
Wshadow and Wold-style-cast with the SuppressInSystemMacro tag.
Also disable the warning for C++20 designators, fixing #52944.

Differential Revision: https://reviews.llvm.org/D116833
2022-01-12 08:18:19 +00:00
..
DiagnosticBase.inc [clang] Introduce support for disabling warnings in system macros 2022-01-12 08:18:19 +00:00
DiagnosticDocs.inc
deferred-diag.td [clang] Introduce support for disabling warnings in system macros 2022-01-12 08:18:19 +00:00
emit-diag-docs.td Fix test expectations for %diff documentation. 2021-03-30 17:48:08 -07:00
lit.local.cfg
redefined-group.td Detect diagnostic groups that are defined in multiple 'def's. 2021-02-18 17:19:01 -08:00
text-substitution.td