This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 20c21b7b68 [Lex] Make MacroDirective::findDirectiveAtLoc take const Sou [...] new 597ac06e9d [analyzer] Enable retain count checking for OSObject by defa new a156e18c50 [analyzer] RetainCountChecker: for now, do not trust the sum [...] new abe726a8c4 [analyzer] Re-add custom OSIterator rule for RetainCountChecker new 5eb3d750c6 Re-land r345676 "[Win64] Handle passing i128 by value"
The 4 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/CodeGen/TargetInfo.cpp | 44 +++++++++---- .../RetainCountChecker/RetainCountChecker.cpp | 12 +--- .../RetainCountChecker/RetainCountChecker.h | 2 +- lib/StaticAnalyzer/Core/RetainSummaryManager.cpp | 22 ++++--- test/Analysis/osobject-retain-release.cpp | 74 +++++++++++++++------- test/CodeGen/win64-i128.c | 16 +++++ 6 files changed, 116 insertions(+), 54 deletions(-) create mode 100644 test/CodeGen/win64-i128.c