This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a6d3ef7246 [bindings] allow null strings in Python 3 new f8efbbb541 Fixing broken attribute documentation for __attribute__((noe [...] new 7f6cbacea1 [Sema] Fixes for enum handling for tautological comparison d [...] new caef7029e6 Add release notes for the recent -fdouble-square-bracket-att [...]
The 3 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 | 7 + include/clang/Basic/AttrDocs.td | 3 + lib/Sema/SemaChecking.cpp | 29 +- test/Sema/outof-range-enum-constant-compare.c | 379 +++++++++++++++++++ test/Sema/tautological-constant-enum-compare.c | 419 +++++++++++++++++++++ .../Sema/tautological-unsigned-enum-zero-compare.c | 220 ++++++++++- .../tautological-unsigned-enum-zero-compare.cpp | 243 ++++++++++-- 7 files changed, 1242 insertions(+), 58 deletions(-) create mode 100644 test/Sema/outof-range-enum-constant-compare.c create mode 100644 test/Sema/tautological-constant-enum-compare.c