This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7576069 [Analyzer] Don't cache report generation ExplodedNodes new c52adef Revert r273548, "Rearrange condition handling so that semanti [...] new c4e95c7 Add a test case for the regression in -Wfor-loop-analysis cau [...]
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/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 | 156 +++++++++++++++++---------- 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/SemaCXX/warn-loop-analysis.cpp | 6 ++ test/SemaObjCXX/foreach.mm | 9 +- 17 files changed, 380 insertions(+), 294 deletions(-)