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 лет назад |