Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AST] RecursiveASTVisitor visits lambda classes when implicit visitation is on. | Sam McCall | 2019-01-14 | 1 | -0/+11 |
* | [AST] Allow limiting the scope of common AST traversals (getParents, RAV). | Sam McCall | 2018-11-14 | 1 | -0/+28 |
* | Prune away some unused using decls. NFC. | Benjamin Kramer | 2016-06-08 | 1 | -4/+0 |
* | [AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap. | Benjamin Kramer | 2015-10-23 | 1 | -0/+13 |
* | Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap." | Benjamin Kramer | 2015-10-21 | 1 | -13/+0 |
* | [AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap. | Benjamin Kramer | 2015-10-20 | 1 | -0/+13 |
* | Rename AST node matchers to match the AST node names directly. Part of this r... | Aaron Ballman | 2015-09-17 | 1 | -12/+14 |
* | Sort all the #include lines with LLVM's utils/sort_includes.py which | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
* | First step towards adding a parent map to the ASTContext. | Manuel Klimek | 2013-02-28 | 1 | -0/+71 |