[PATCH] D69292: Proposal to add -Wtautological-compare to -Wall

Richard Trieu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 7 21:23:54 PST 2019


rtrieu updated this revision to Diff 228361.
rtrieu added a comment.

Add -Wall tests to check that certain warning groups are active with it and a test to check all warning groups that are turned on by -Wall.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69292/new/

https://reviews.llvm.org/D69292

Files:
  include/clang/Basic/DiagnosticGroups.td
  test/Misc/warning-wall.c
  test/Sema/warn-bitwise-compare.c
  test/Sema/warn-overlap.c
  test/SemaCXX/warn-bitwise-compare.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69292.228361.patch
Type: text/x-patch
Size: 5124 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191108/533c808e/attachment.bin>


More information about the cfe-commits mailing list