This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 85d44b1057 [test] Specify an explicit darwin version in a triple in `te [...] new a50eeb5fd9 [LibTooling] Add "SourceCode" library for functions relating [...]
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/FixIt.h | 44 ---------- include/clang/Tooling/Refactoring/SourceCode.h | 77 +++++++++++++++++ lib/Tooling/FixIt.cpp | 9 -- lib/Tooling/Refactoring/CMakeLists.txt | 1 + .../{FixIt.cpp => Refactoring/SourceCode.cpp} | 25 ++---- unittests/Tooling/CMakeLists.txt | 1 + unittests/Tooling/FixItTest.cpp | 29 ------- unittests/Tooling/SourceCodeTest.cpp | 97 ++++++++++++++++++++++ 8 files changed, 185 insertions(+), 98 deletions(-) create mode 100644 include/clang/Tooling/Refactoring/SourceCode.h copy lib/Tooling/{FixIt.cpp => Refactoring/SourceCode.cpp} (56%) create mode 100644 unittests/Tooling/SourceCodeTest.cpp