This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 783e107de5 [cmake] Rename LIB_FUZZING_ENGINE to LLVM_LIB_FUZZING_ENGINE. new 720ba14b8e Revert "[Sema] Diagnose tautological comparison with type's [...]
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: docs/ReleaseNotes.rst | 4 - include/clang/Basic/DiagnosticGroups.td | 8 +- include/clang/Basic/DiagnosticSemaKinds.td | 20 +- lib/Sema/SemaChecking.cpp | 241 +++++------- test/Analysis/conversion.c | 2 +- test/Analysis/null-deref-ps.c | 4 +- test/Sema/outof-range-constant-compare.c | 159 ++++++++ test/Sema/tautological-constant-compare.c | 514 ------------------------- test/Sema/tautological-unsigned-zero-compare.c | 377 ++---------------- 9 files changed, 297 insertions(+), 1032 deletions(-) delete mode 100644 test/Sema/tautological-constant-compare.c