This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ccd63c0866 PR35697: look at the first declaration when determining whet [...] new b5b3d436a1 [Sema] -Wtautological-constant-compare is too good. Cripple it.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/DiagnosticGroups.td | 9 ++++- include/clang/Basic/DiagnosticSemaKinds.td | 6 +-- test/Sema/compare.c | 2 +- test/Sema/tautological-constant-compare.c | 44 ++++++---------------- test/Sema/tautological-constant-enum-compare.c | 4 +- .../Sema/tautological-unsigned-enum-zero-compare.c | 3 +- .../tautological-unsigned-enum-zero-compare.cpp | 3 +- test/Sema/tautological-unsigned-zero-compare.c | 43 +++++++++++++++++++-- test/SemaCXX/compare.cpp | 2 +- 9 files changed, 69 insertions(+), 47 deletions(-)