This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8df29c3 Revert "[analyzer] Extend bug reports with extra notes" to fi [...] new b89ba4a Revert "[analyzer] Add extra notes to ObjCDeallocChecker" as [...] new b01e9e0 Revert "[analyzer] Improve CloneChecker diagnostics" as its d [...]
The 2 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/Analysis/CloneDetection.h | 10 +- lib/Analysis/CloneDetection.cpp | 24 ++--- lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp | 32 +------ lib/StaticAnalyzer/Checkers/CloneChecker.cpp | 106 ++++++++++----------- test/Analysis/DeallocMissingRelease.m | 72 -------------- test/Analysis/PR2978.m | 18 ++-- test/Analysis/copypaste/blocks.cpp | 4 +- test/Analysis/copypaste/function-try-block.cpp | 4 +- test/Analysis/copypaste/functions.cpp | 4 +- test/Analysis/copypaste/macro-complexity.cpp | 8 +- test/Analysis/copypaste/macros.cpp | 10 +- test/Analysis/copypaste/objc-methods.m | 4 +- .../plist-diagnostics-notes-as-events.cpp | 97 ------------------- test/Analysis/copypaste/plist-diagnostics.cpp | 71 -------------- test/Analysis/copypaste/sub-sequences.cpp | 4 +- test/Analysis/copypaste/suspicious-clones.cpp | 20 ++-- test/Analysis/copypaste/text-diagnostics.cpp | 17 ---- test/Analysis/properties.m | 6 -- 18 files changed, 104 insertions(+), 407 deletions(-) delete mode 100644 test/Analysis/copypaste/plist-diagnostics-notes-as-events.cpp delete mode 100644 test/Analysis/copypaste/plist-diagnostics.cpp delete mode 100644 test/Analysis/copypaste/text-diagnostics.cpp