This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7efb140 Add a class ASTRecordReader which wraps an ASTReader, a Recor [...] new 9761e66 [analyzer] Add a new SVal to support pointer-to-member operations.
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: .../Core/PathSensitive/BasicValueFactory.h | 48 +++++- .../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 16 ++ .../Core/PathSensitive/SValBuilder.h | 10 ++ .../StaticAnalyzer/Core/PathSensitive/SVals.def | 1 + .../StaticAnalyzer/Core/PathSensitive/SVals.h | 46 ++++++ lib/StaticAnalyzer/Core/BasicValueFactory.cpp | 50 +++++++ lib/StaticAnalyzer/Core/ExprEngineC.cpp | 161 +++++++++++++++------ lib/StaticAnalyzer/Core/SValBuilder.cpp | 4 + lib/StaticAnalyzer/Core/SVals.cpp | 53 +++++++ .../Core/SimpleConstraintManager.cpp | 6 + lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp | 35 +++++ test/Analysis/pointer-to-member.cpp | 154 ++++++++++++++++++-- 12 files changed, 530 insertions(+), 54 deletions(-)