This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e1fb567d8b [modules] Support use of -E on modules built from the command line. new ef244e5043 [modules] Don't bother creating a global module fragment whe [...] new e4d256f38d [analyzer] Skip printing duplicate nodes, even if nodes have [...] new 03164d3e0e Support generating unique identifiers for Stmt objects new f702afcb3e [analyzer] Dump unique identifiers for statements in exploded graph new d046c9fafa StmtPrinter: allow customizing the end-of-line character new 843c06ec25 [analyzer] Use correct end-of-line character when printing s [...] new 7d1cca4458 [analyzer] Dump reproducible identifiers for statements in e [...] new ab961c560a [analyzer] Generate and use stable identifiers for LocationContext new a495c43386 Generate unique identifiers for Decl objects
The 9 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/AST/DeclBase.h | 3 + include/clang/AST/Stmt.h | 4 + include/clang/Analysis/AnalysisDeclContext.h | 29 ++++-- .../Core/PathSensitive/Environment.h | 1 + lib/AST/DeclBase.cpp | 7 ++ lib/AST/DeclPrinter.cpp | 2 +- lib/AST/Stmt.cpp | 8 ++ lib/AST/StmtPrinter.cpp | 109 +++++++++++---------- lib/Analysis/AnalysisDeclContext.cpp | 6 +- lib/Sema/Sema.cpp | 4 +- lib/StaticAnalyzer/Core/Environment.cpp | 12 ++- lib/StaticAnalyzer/Core/ExprEngine.cpp | 47 ++++----- lib/StaticAnalyzer/Core/ProgramState.cpp | 9 +- 13 files changed, 144 insertions(+), 97 deletions(-)