This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 54cd87a7b2 [analyzer] NFC: Eliminate ParentMap lookup in mayInlineCallKind(). new 05e0241bc8 Clean up AMDGCN tests new f337a76051 [analyzer] Compute the correct this-region for temporary des [...]
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: .../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 14 ++ .../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 18 ++- lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 5 + lib/StaticAnalyzer/Core/CallEvent.cpp | 3 +- lib/StaticAnalyzer/Core/ExprEngine.cpp | 178 +++++++++++++-------- lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 42 +++-- .../Core/ExprEngineCallAndReturn.cpp | 7 +- test/Analysis/analyzer-config.cpp | 4 +- test/Analysis/temp-obj-dtors-option.cpp | 22 +++ test/Analysis/temporaries.cpp | 113 +++++++++++++ test/CodeGen/address-space.c | 12 +- .../cxx0x-initializer-stdinitializerlist.cpp | 46 +++--- test/CodeGenCXX/vla.cpp | 30 ++-- test/CodeGenOpenCL/addr-space-struct-arg.cl | 66 ++++---- .../address-space-constant-initializers.cl | 6 +- test/CodeGenOpenCL/address-spaces.cl | 26 +-- test/CodeGenOpenCL/blocks.cl | 54 +++---- test/CodeGenOpenCL/lifetime.cl | 4 +- test/CodeGenOpenCL/vla.cl | 10 +- test/Index/pipe-size.cl | 6 +- 20 files changed, 443 insertions(+), 223 deletions(-) create mode 100644 test/Analysis/temp-obj-dtors-option.cpp