summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* [AST] Make RecursiveASTVisitor visit TemplateDecls in source orderJohannes Altmanninger2017-09-111-2/+0
* [AST] Traverse CXXOperatorCallExpr in LexicallyOrderedRecursiveASTVisitorJohannes Altmanninger2017-09-061-0/+27
* [AST] Traverse templates in LexicallyOrderedRecursiveASTVisitorJohannes Altmanninger2017-09-061-0/+2
* [refactor] Add the AST source selection componentAlex Lorenz2017-08-241-0/+137