This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ab4ea45701 [analyzer] Initial commit for the upcoming refactoring of th [...] new 1f7848d7f2 [analyzer] Support partially tainted records.
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/ProgramState.h | 15 +++ .../Core/PathSensitive/TaintManager.h | 10 ++ .../Checkers/GenericTaintChecker.cpp | 83 +++++------------ lib/StaticAnalyzer/Core/ProgramState.cpp | 103 +++++++++++++++++---- lib/StaticAnalyzer/Core/RegionStore.cpp | 5 +- test/Analysis/taint-generic.c | 41 ++++++-- 6 files changed, 167 insertions(+), 90 deletions(-)