summaryrefslogtreecommitdiffstats
path: root/unittests/Tooling/ASTSelectionTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [refactor][selection] canonicalize selected string literal to objcAlex Lorenz2017-11-021-0/+32
* [refactor][selection] code ranges can be selected in objc methodsAlex Lorenz2017-11-011-0/+76
* [refactor] select the entire DeclStmt if one ifs decls is selectedAlex Lorenz2017-10-311-0/+56
* [refactor] Add a doc comment to the test function in the selectionAlex Lorenz2017-10-181-0/+5
* [refactor] selection: new CodeRangeASTSelection represents a set of selectedAlex Lorenz2017-10-181-7/+193
* Avoid 'size_t' typedef in the unittest ObjC codeAlex Lorenz2017-08-301-3/+3
* Recommit r312127: [refactor] AST selection tree should contain syntacticAlex Lorenz2017-08-301-0/+136
* Revert r312127 as the ObjC unittest code fails to compile on LinuxAlex Lorenz2017-08-301-136/+0
* [refactor] AST selection tree should contain syntactic formAlex Lorenz2017-08-301-0/+136
* [refactor] Examine the whole range for ObjC @implementation declsAlex Lorenz2017-08-301-0/+19
* Fix use-after-free in Clang's ASTSelection unittestAlex Lorenz2017-08-241-258/+271
* [refactor] Add the AST source selection componentAlex Lorenz2017-08-241-0/+484