This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2fe3058f3a [Driver] Check normalized triples for multiarch runtime path new b5bc540693 [analyzer] [NFC] Minor refactoring of BugReporterVisitors new 5278b274d7 [analyzer] Track the problematic subexpression in UndefResul [...] new a7bd158152 [analyzer] Track non-zero values in ReturnVisitor
The 3 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/StaticAnalyzer/Checkers/UndefResultChecker.cpp | 4 ++ lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 75 +++++++++++----------- test/Analysis/diagnostics/track_subexpressions.cpp | 19 ++++++ test/Analysis/uninit-const.cpp | 10 +-- 4 files changed, 67 insertions(+), 41 deletions(-) create mode 100644 test/Analysis/diagnostics/track_subexpressions.cpp