[PATCH] D43162: [Parser] (C++) Make -Wextra-semi slightly more useful
Jordan Rose via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 1 10:30:58 PST 2018
jordan_rose added a comment.
It's been a long time since that commit, but I think the difference is that `-pedantic` / `Extension`-type diagnostics are magic and `-Wc++98-compat-pedantic` is not. I like Richard's way better and if it could be applied to -Wnewline-eof later as well then that sounds great.
Repository:
rC Clang
https://reviews.llvm.org/D43162
More information about the cfe-commits
mailing list