This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e4848b1ad3 [OpenMP] fix seg-faults printing diagnostics with invalid or [...] new 7a6944054d [Sema] Move some stuff into -Wtautological-unsigned-enum-zer [...]
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 | 2 + include/clang/Basic/DiagnosticSemaKinds.td | 19 +++++--- lib/Sema/SemaChecking.cpp | 42 ++++++++++------- test/Sema/compare.c | 53 +++++++++++++++++++++- .../Sema/tautological-unsigned-enum-zero-compare.c | 46 +++++++++++++++++++ 5 files changed, 138 insertions(+), 24 deletions(-) create mode 100644 test/Sema/tautological-unsigned-enum-zero-compare.c