This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2c1528e -Wunreachable-code: 'true' and 'false' should not be treated [...] new 6b003c4 clang-format-vsix: Add "Format on Save" feature new a61d7c5 [analyzer] Add a modular constraint system to the CloneDetector
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 | 349 +++++--- lib/Analysis/CloneDetection.cpp | 887 +++++++++------------ lib/StaticAnalyzer/Checkers/CloneChecker.cpp | 100 ++- .../clang-format-vs/ClangFormat/ClangFormat.csproj | 2 + .../ClangFormat/ClangFormatPackage.cs | 192 ++--- .../ClangFormat/RunningDocTableEventsDispatcher.cs | 79 ++ tools/clang-format-vs/ClangFormat/Vsix.cs | 96 +++ unittests/Analysis/CMakeLists.txt | 5 +- unittests/Analysis/CloneDetectionTest.cpp | 110 +++ 9 files changed, 1068 insertions(+), 752 deletions(-) create mode 100644 tools/clang-format-vs/ClangFormat/RunningDocTableEventsDispatcher.cs create mode 100644 tools/clang-format-vs/ClangFormat/Vsix.cs create mode 100644 unittests/Analysis/CloneDetectionTest.cpp