summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/RecursiveASTVisitorTests
Commit message (Expand)AuthorAgeFilesLines
* [Tooling] Move raw string literal out of a macro call. NFCIlya Biryukov2019-12-121-4/+7
* Reland "[AST] Traverse the class type loc inside the member type loc.""Haojian Wu2019-12-091-0/+55
* Revert "[AST] Traverse the class type loc inside the member type loc."Sterling Augustine2019-12-051-47/+0
* [AST] Traverse the class type loc inside the member type loc.Haojian Wu2019-12-051-0/+47
* [AST] No longer visiting CXXMethodDecl bodies created by compiler when method...Johan Vikstrom2019-08-091-0/+58
* [AST] Fix buildbot failure because of raw string inside macro from 367839.Johan Vikstrom2019-08-051-1/+1
* [AST] Fix RecursiveASTVisitorTest multiline string literal. NFCDavid Green2019-08-051-3/+3
* [AST] Fix RecursiveASTVisitor visiting implicit constructor initializers.Johan Vikstrom2019-08-051-0/+57
* [AST] Treat semantic form of InitListExpr as implicit code in traversalsIlya Biryukov2019-07-221-1/+18
* Disallow most calling convention attributes on PS4Sunil Srivastava2019-07-191-0/+2
* [clang][test] Add missing LambdaTemplateParams test and migrate from getLocStartJordan Rupprecht2019-06-191-3/+3
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-0/+53
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1919-76/+57
* [AST] Fix double-traversal of code in top-level lambdas in RAV(implicit = yes).Sam McCall2019-01-141-0/+11
* [AST] RecursiveASTVisitor visits lambda classes when implicit visitation is on.Sam McCall2019-01-141-14/+37
* [AST] Allow limiting the scope of common AST traversals (getParents, RAV).Sam McCall2018-11-141-0/+51
* [Sema] Remove location from implicit capture init exprVedant Kumar2018-09-131-5/+5
* Port getLocStart -> getBeginLocStephen Kelly2018-08-096-6/+6
* [UnitTests] NFC/build-perf: Break up nontrivial compile jobsDavid Zarzycki2018-04-1918-0/+935
OpenPOWER on IntegriCloud