[PATCH] D45766: [Sema] Add -Wno-self-assign-overloaded

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 23 14:42:03 PDT 2018


dblaikie added a subscriber: lebedev.ri.
dblaikie added a comment.

FWIW I don't fundamentalyl object to also having something like -wtest.
Probably needs a better name though (unfortunately the double-negative gets
confusing... - like you want to describe the set of diagnostics that should
not be used in test code, so that as a group might be "-Wnon-test" but then
"-Wno-non-test" is pretty awkward) - probably worth chatting to Richard
Smith about that, I reckon.


Repository:
  rL LLVM

https://reviews.llvm.org/D45766





More information about the cfe-commits mailing list