This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4ffae954f7 [analyzer] Reuse some code in simplifySVal(). new cfd925989d [CFG] [analyzer] Add stubs for constructor and message argum [...]
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: lib/Analysis/CFG.cpp | 47 ++++++++++++++++++++++++++++----- lib/Analysis/ConstructionContext.cpp | 9 +++++-- test/Analysis/cfg-rich-constructors.cpp | 31 ++++++++++++++++++++++ test/Analysis/cfg-rich-constructors.mm | 41 ++++++++++++++++++++++++++++ test/Analysis/temporaries.cpp | 34 +++++++++++++++++++++--- test/Analysis/temporaries.mm | 23 ++++++++++++++++ 6 files changed, 173 insertions(+), 12 deletions(-) create mode 100644 test/Analysis/cfg-rich-constructors.mm create mode 100644 test/Analysis/temporaries.mm