This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b48f6cbd5b Handle IntToPtr in isBytewiseValue new f58a9dac73 [Driver] Refactor interaction between -f(no-)?omit-frame-poi [...] new daf71df56f [analyzer] exploded-graph-rewriter: Improve source location dumps.
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/JsonSupport.h | 37 ++++++++++ lib/Analysis/AnalysisDeclContext.cpp | 10 ++- lib/Analysis/ProgramPoint.cpp | 32 +++------ lib/Driver/ToolChains/Clang.cpp | 58 ++++++++-------- test/Analysis/dump_egraph.cpp | 4 +- .../exploded-graph-rewriter/environment.dot | 17 ++++- .../exploded-graph-rewriter/environment_diff.dot | 6 +- ...nitializers_under_construction.cpp => macros.c} | 21 ++---- .../exploded-graph-rewriter/program_points.dot | 9 +-- test/Analysis/expr-inspection.c | 2 +- test/Driver/cl-options.c | 10 +-- test/Driver/clang_f_opts.c | 5 -- test/Driver/frame-pointer-elim.c | 79 ++++++++++++++-------- test/Driver/xcore-opts.c | 2 +- utils/analyzer/exploded-graph-rewriter.py | 64 +++++++++++------- 15 files changed, 208 insertions(+), 148 deletions(-) copy test/Analysis/exploded-graph-rewriter/{initializers_under_construction.cpp => [...]