This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 59d31eb Fix r296605 so that stuff in #ifndef SWIG blocks is still formatted. new 912f198 Introducing clang::tooling::AtomicChange for refactoring tools.
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/Tooling/Refactoring/AtomicChange.h | 129 +++++++++++++++ lib/Tooling/CMakeLists.txt | 1 + lib/Tooling/Refactoring/AtomicChange.cpp | 167 ++++++++++++++++++++ lib/Tooling/Refactoring/CMakeLists.txt | 12 ++ unittests/Tooling/CMakeLists.txt | 3 +- unittests/Tooling/RefactoringTest.cpp | 191 ++++++++++++++++++++++- 6 files changed, 498 insertions(+), 5 deletions(-) create mode 100644 include/clang/Tooling/Refactoring/AtomicChange.h create mode 100644 lib/Tooling/Refactoring/AtomicChange.cpp create mode 100644 lib/Tooling/Refactoring/CMakeLists.txt