This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9761e66 [analyzer] Add a new SVal to support pointer-to-member operations. new 29a3ca1 [analyzer] Include type name in Retain Count Checker diagnostics new 2c779f3 [analyzer] Refer to macro names in diagnostics for macros rep [...] new 9f32816 [analyzer] Refine the diagnostics in the nullability checker [...] new 328d2d9 [analyzer] Teach the analyzer that pointers can escape into _ [...] new cc1bb88 [asan][docs] Fix the documentation to use clang++ for the C++ [...]
The 5 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: docs/AddressSanitizer.rst | 6 +- .../Core/BugReporter/BugReporterVisitor.h | 1 + lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp | 15 ++-- lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 16 +++- lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 54 ++++++++++-- lib/StaticAnalyzer/Core/CallEvent.cpp | 5 ++ test/Analysis/Inputs/system-header-simulator-cxx.h | 9 ++ .../Analysis/Inputs/system-header-simulator-objc.h | 7 +- test/Analysis/Inputs/system-header-simulator.h | 8 ++ test/Analysis/diagnostics/macros.cpp | 48 +++++++++++ test/Analysis/diagnostics/macros.m | 31 +++++++ test/Analysis/edges-new.mm | 12 +-- test/Analysis/inlining/path-notes.m | 6 +- test/Analysis/malloc.cpp | 14 ++++ test/Analysis/nullability-no-arc.mm | 12 +-- test/Analysis/nullability.mm | 6 +- test/Analysis/nullability_nullonly.mm | 18 ++-- test/Analysis/objc-arc.m | 24 +++--- test/Analysis/plist-output-alternate.m | 4 +- test/Analysis/retain-release-arc.m | 2 +- test/Analysis/retain-release-path-notes-gc.m | 30 +++---- test/Analysis/retain-release-path-notes.m | 96 +++++++++++----------- 22 files changed, 303 insertions(+), 121 deletions(-) create mode 100644 test/Analysis/diagnostics/macros.cpp create mode 100644 test/Analysis/diagnostics/macros.m