This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a746657 scan-build: Add an option to show the description in the list [...] new 1505139 Allow .exe extension to ld to fix test with mingw. new 85c0fa1 Implement tooling::Replacements as a class.
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/Tooling/Core/Replacement.h | 126 +++++---- include/clang/Tooling/Refactoring.h | 16 +- lib/Format/Format.cpp | 54 ++-- lib/Format/SortJavaScriptImports.cpp | 10 +- lib/Format/TokenAnalyzer.cpp | 14 +- lib/Format/WhitespaceManager.cpp | 7 +- lib/Tooling/Core/Replacement.cpp | 362 +++++++++++-------------- lib/Tooling/Refactoring.cpp | 16 +- lib/Tooling/RefactoringCallbacks.cpp | 38 ++- test/Driver/offloading-interoperability.c | 2 +- tools/clang-format/ClangFormat.cpp | 8 +- unittests/Format/CleanupTest.cpp | 126 +++++---- unittests/Format/FormatTest.cpp | 40 ++- unittests/Tooling/RefactoringTest.cpp | 426 ++++++++++++------------------ unittests/Tooling/ReplacementTest.h | 56 ++++ unittests/Tooling/RewriterTest.cpp | 7 +- 16 files changed, 675 insertions(+), 633 deletions(-) create mode 100644 unittests/Tooling/ReplacementTest.h