summaryrefslogtreecommitdiff
path: root/unittests/Tooling/LexicallyOrderedRecursiveASTVisitorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* Replacing "or" with "||" to appease MSVC.Aaron Ballman2017-09-061-1/+1
* [AST] Traverse CXXOperatorCallExpr in LexicallyOrderedRecursiveASTVisitorJohannes Altmanninger2017-09-061-8/+72
* [AST] Traverse templates in LexicallyOrderedRecursiveASTVisitorJohannes Altmanninger2017-09-061-4/+26
* [refactor] Add the AST source selection componentAlex Lorenz2017-08-241-0/+141