summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/ASTContextParentMapTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prune away some unused using decls. NFC.Benjamin Kramer2016-06-081-4/+0
* [AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap.Benjamin Kramer2015-10-231-0/+13
* Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap."Benjamin Kramer2015-10-211-13/+0
* [AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap.Benjamin Kramer2015-10-201-0/+13
* Rename AST node matchers to match the AST node names directly. Part of this r...Aaron Ballman2015-09-171-12/+14
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* First step towards adding a parent map to the ASTContext.Manuel Klimek2013-02-281-0/+71
OpenPOWER on IntegriCloud