| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
We would like to extract the full call when just the callee function is
selected
llvm-svn: 318215
|
| |
|
|
|
|
|
|
| |
member call expression
We would like to extract the full call when just the callee is selected.
llvm-svn: 318205
|
| |
|
|
|
|
| |
string literal when possible
llvm-svn: 317224
|
| |
|
|
| |
llvm-svn: 317054
|
| |
|
|
| |
llvm-svn: 316971
|
| |
|
|
|
|
|
|
| |
unittest.
As suggested by Haojian Wu!
llvm-svn: 316105
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
This should fix
http://bb.pgr.jp/builders/test-clang-msc-x64-on-i686-linux-RA
llvm-svn: 312133
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
form of PseudoObjectExpr
The new commit adjusts unittest test code compilation options so that the
Objective-C code in the unittest can be parsed on non-macOS platforms.
Original message:
The AST selection finder now constructs a selection tree that contains only the
syntactic form of PseudoObjectExpr. This form of selection tree is more
meaningful when doing downstream analysis as we're interested in the syntactic
features of the AST and the correct lexical parent relation.
llvm-svn: 312132
|
| |
|
|
| |
llvm-svn: 312131
|
| |
|
|
|
|
|
|
|
|
|
| |
of PseudoObjectExpr
The AST selection finder now constructs a selection tree that contains only the
syntactic form of PseudoObjectExpr. This form of selection tree is more
meaningful when doing downstream analysis as we're interested in the syntactic
features of the AST and the correct lexical parent relation.
llvm-svn: 312127
|
| |
|
|
|
|
| |
when computing the AST selection
llvm-svn: 312121
|
| |
|
|
| |
llvm-svn: 311664
|
|
|
This commit adds the base AST source selection component to the refactoring
library. AST selection is represented using a tree of SelectedASTNode values.
Each selected node gets its own selection kind, which can actually be None even
in the middle of tree (e.g. statement in a macro whose child is in a macro
argument). The initial version constructs a "raw" selection tree, without
applying filters and canonicalisation operations to the nodes.
Differential Revision: https://reviews.llvm.org/D35012
llvm-svn: 311655
|