[PATCH] D61288: [Diagnostics] Implemented support for -Wswitch-default
Dávid Bolvanský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 1 05:58:41 PDT 2019
xbolva00 marked an inline comment as done.
xbolva00 added inline comments.
================
Comment at: include/clang/Basic/DiagnosticIDs.h:39
DIAG_SIZE_CROSSTU = 100,
- DIAG_SIZE_SEMA = 3500,
+ DIAG_SIZE_SEMA = 3600,
DIAG_SIZE_ANALYSIS = 100,
----------------
riccibruno wrote:
> xbolva00 wrote:
> > @rsmith maybe this should be a separate patch? I hit this limit in this patch.
> Is there any downside to just bumping it to, say, 4000 ?
I think it is fine to bump it more..
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61288/new/
https://reviews.llvm.org/D61288
More information about the cfe-commits
mailing list