Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 年 前 |
Sam McCall
|
765aed9554
[AST] RecursiveASTVisitor visits lambda classes when implicit visitation is on.
|
6 年 前 |
Sam McCall
|
86ada78ef4
[AST] Allow limiting the scope of common AST traversals (getParents, RAV).
|
6 年 前 |
Benjamin Kramer
|
c801312a7d
Prune away some unused using decls. NFC.
|
9 年 前 |
Benjamin Kramer
|
4c0bc1aa1b
[AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap.
|
9 年 前 |
Benjamin Kramer
|
7106dc1921
Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap."
|
9 年 前 |
Benjamin Kramer
|
8f3d8be71a
[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap.
|
9 年 前 |
Aaron Ballman
|
5d6b9bd99d
Rename AST node matchers to match the AST node names directly. Part of this rename also splits recordDecl() (which used to match CXXRecordDecl) into recordDecl() (that matches RecordDecl) and cxxRecordDecl (that matches CXXRecordDecl). Also adds isStruct(), isUnion(), and isClass() narrowing matchers for RecordDecl objects.
|
10 年 前 |
Chandler Carruth
|
4b9be6e25f
Sort all the #include lines with LLVM's utils/sort_includes.py which
|
11 年 前 |
Manuel Klimek
|
ff9a01000f
First step towards adding a parent map to the ASTContext.
|
12 年 前 |