This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2100b0595f [Sema] CheckTautologicalComparisonWithZero(): always complai [...] new 9a0f62efc8 Replace r313747, don't always warn on enums, rework testcases.
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: lib/Sema/SemaChecking.cpp | 12 +- .../Sema/tautological-unsigned-enum-zero-compare.c | 28 +++- .../tautological-unsigned-enum-zero-compare.cpp | 176 +++++++++++++++++++++ 3 files changed, 205 insertions(+), 11 deletions(-) create mode 100644 test/Sema/tautological-unsigned-enum-zero-compare.cpp