[PATCH] D43162: [Parser] (C++) Make -Wextra-semi slightly more useful
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 20 05:51:17 PST 2018
aaron.ballman added a comment.
To be clear -- my concerns were mostly that it seems messy for this sort of thing to require three different diagnostic entries and somewhat convoluted logic to select them -- if we can find a way to generalize this, that'd be better.
Repository:
rC Clang
https://reviews.llvm.org/D43162
More information about the cfe-commits
mailing list