This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c284921aae [OPENMP] Fix PR34927: Emit initializer for reduction array w [...] new b9f3533558 [Sema] Diagnose tautological comparison with type's min/max values
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 | 240 +++++++----- test/Sema/outof-range-constant-compare.c | 159 -------- test/Sema/tautological-constant-compare.c | 514 +++++++++++++++++++++++++ test/Sema/tautological-unsigned-zero-compare.c | 377 ++++++++++++++++-- 7 files changed, 1028 insertions(+), 294 deletions(-) create mode 100644 test/Sema/tautological-constant-compare.c