[PATCH] D58841: [Diagnostics] Support -Wtype-limits for GCC compatibility
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 1 12:03:40 PST 2019
lebedev.ri requested changes to this revision.
lebedev.ri added a comment.
This revision now requires changes to proceed.
See D41512 <https://reviews.llvm.org/D41512>, rC322901 <https://reviews.llvm.org/rC322901>, D51545 <https://reviews.llvm.org/D51545>.
================
Comment at: clang/include/clang/Basic/DiagnosticGroups.td:784
+ EmptyInitStatement,
+ TypeLimits
]>;
----------------
`-Wtautological-constant-in-range-compare` is quite intentionally **not** in `-Wextra`.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58841/new/
https://reviews.llvm.org/D58841
More information about the cfe-commits
mailing list