[refactor] selection: new CodeRangeASTSelection represents a set of selected
consecutive statements This commit adds a CodeRangeASTSelection value to the refactoring library. This value represents a set of selected statements in one body of code. Differential Revision: https://reviews.llvm.org/D38835 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316104 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Tooling/Refactoring/ASTSelection.h 66 additions, 0 deletionsinclude/clang/Tooling/Refactoring/ASTSelection.h
- lib/Tooling/Refactoring/ASTSelection.cpp 105 additions, 0 deletionslib/Tooling/Refactoring/ASTSelection.cpp
- unittests/Tooling/ASTSelectionTest.cpp 193 additions, 7 deletionsunittests/Tooling/ASTSelectionTest.cpp
Loading
Please register or sign in to comment