This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0764aec253 [Syntax] Introduce TokenBuffer, start clangToolingSyntax library new 656c684180 [LibTooling] Add RangeSelector library for defining source r [...]
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/RangeSelector.h | 80 ++++ lib/Tooling/Refactoring/CMakeLists.txt | 1 + lib/Tooling/Refactoring/RangeSelector.cpp | 264 ++++++++++++ unittests/Tooling/CMakeLists.txt | 3 + unittests/Tooling/RangeSelectorTest.cpp | 496 ++++++++++++++++++++++ 5 files changed, 844 insertions(+) create mode 100644 include/clang/Tooling/Refactoring/RangeSelector.h create mode 100644 lib/Tooling/Refactoring/RangeSelector.cpp create mode 100644 unittests/Tooling/RangeSelectorTest.cpp