This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2c42fd5f93 Convert clang::LangAS to a strongly typed enum new b2c9b51338 [Sema] Re-land: 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, 1032 insertions(+), 297 deletions(-) create mode 100644 test/Sema/tautological-constant-compare.c