This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ff6b0ecacd PR37979: integral promotions in C++ treat enum bit-fields li [...] new 8b67bbb095 [analyzer] Fix wrong comparison generation of the ranges gen [...] new eed865ada8 [Parse] Make -Wgcc-compat complain about for loop inits in C89
The 2 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/DiagnosticParseKinds.td | 3 +++ lib/Parse/ParseStmt.cpp | 4 +++- lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp | 5 ++--- test/PR37855.c | 24 ++++++++++++++++++++++++ test/Parser/gcc-for-loop-init-compatibility.c | 15 +++++++++++++++ 5 files changed, 47 insertions(+), 4 deletions(-) create mode 100644 test/PR37855.c create mode 100644 test/Parser/gcc-for-loop-init-compatibility.c