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

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 23 15:26:36 PDT 2018


dblaikie added a comment.

Is there anything else in the "-w" namespace other than the literal "-w" so
far?

I mean, I could imagine it might make more sense to default these warnings
off & users can turn them on for non-test code, potentially? So
"-Wnon-test" might make sense.


Repository:
  rL LLVM

https://reviews.llvm.org/D45766





More information about the llvm-commits mailing list