This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c4e95c7 Add a test case for the regression in -Wfor-loop-analysis cau [...] new a64a497 Re-commit r273548, reverted in r273589, with a fix to not pro [...]
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/Parse/Parser.h | 9 +- include/clang/Sema/Sema.h | 75 +++++++++---- lib/Parse/ParseDeclCXX.cpp | 7 +- lib/Parse/ParseExprCXX.cpp | 44 +++----- lib/Parse/ParseStmt.cpp | 80 ++++++-------- lib/Sema/SemaDeclCXX.cpp | 8 +- lib/Sema/SemaExpr.cpp | 24 ++++- lib/Sema/SemaExprCXX.cpp | 24 +++-- lib/Sema/SemaOpenMP.cpp | 10 +- lib/Sema/SemaStmt.cpp | 157 ++++++++++----------------- lib/Sema/TreeTransform.h | 209 +++++++++++++----------------------- test/FixIt/fixit-vexing-parse.cpp | 2 +- test/Parser/cxx0x-condition.cpp | 4 +- test/SemaCXX/crashes.cpp | 3 +- test/SemaCXX/for-range-examples.cpp | 4 +- test/SemaObjCXX/foreach.mm | 9 +- 16 files changed, 295 insertions(+), 374 deletions(-)