This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d05164d447 [analyzer] Use the new infrastructure of expressing taint pr [...] new 2dc981e77f [analyzer] Emit an error rather than assert on invalid check [...]
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/Basic/DiagnosticDriverKinds.td | 2 ++ include/clang/StaticAnalyzer/Core/CheckerManager.h | 6 ++++ lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp | 8 ++--- lib/StaticAnalyzer/Checkers/CloneChecker.cpp | 38 +++++++++++++--------- lib/StaticAnalyzer/Checkers/MoveChecker.cpp | 12 +++++-- lib/StaticAnalyzer/Checkers/PaddingChecker.cpp | 6 ++-- .../UninitializedObjectChecker.cpp | 9 ++++- lib/StaticAnalyzer/Core/CheckerManager.cpp | 10 ++++++ test/Analysis/copypaste/suspicious-clones.cpp | 5 ++- ...x-uninitialized-object-unionlike-constructs.cpp | 14 ++++++++ test/Analysis/outofbound.c | 2 +- test/Analysis/padding_c.c | 14 +++++++- test/Analysis/undef-buffers.c | 2 +- test/Analysis/use-after-move.cpp | 11 +++++++ 14 files changed, 107 insertions(+), 32 deletions(-)