This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 70f06000b1 Revert "[Driver] Reland: Default Android toolchains to libc++." new 3f9a2142b4 [analyzer] Be more plugin-friendly by moving static locals i [...]
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: include/clang/StaticAnalyzer/Core/Checker.h | 2 ++ include/clang/StaticAnalyzer/Core/CheckerManager.h | 6 +++--- .../Core/PathSensitive/DynamicTypeMap.h | 5 +---- .../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 2 +- .../Core/PathSensitive/RangedConstraintManager.h | 2 +- .../Core/PathSensitive/TaintManager.h | 10 ++-------- lib/StaticAnalyzer/Core/CMakeLists.txt | 1 + lib/StaticAnalyzer/Core/Checker.cpp | 2 ++ lib/StaticAnalyzer/Core/DynamicTypeMap.cpp | 5 +++++ lib/StaticAnalyzer/Core/ExprEngine.cpp | 5 +++++ .../Core/RangedConstraintManager.cpp | 5 +++++ lib/StaticAnalyzer/Core/TaintManager.cpp | 23 ++++++++++++++++++++++ 12 files changed, 51 insertions(+), 17 deletions(-) create mode 100644 lib/StaticAnalyzer/Core/TaintManager.cpp