commit | cd6c78386f304e4c9f0122eac7d86354de1bcaca | [log] [tgz] |
---|---|---|
author | Alex Lorenz <arphaman@gmail.com> | Wed Oct 18 18:48:58 2017 +0000 |
committer | Alex Lorenz <arphaman@gmail.com> | Wed Oct 18 18:48:58 2017 +0000 |
tree | ef0298454abfb0fdab94b972c9d9ce4bdad0b21c | |
parent | 54ffd1cfe864e1796b37c3f38e5cb82a0a7a7728 [diff] |
[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 llvm-svn: 316104