summaryrefslogtreecommitdiffstats
path: root/unittests/Tooling/LookupTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc "-Wdangling-else" warning. NFCI.Simon Pilgrim2019-04-301-1/+2
* [Lookup] Invisible decls should not be ambiguous when renaming.Eric Liu2019-04-151-6/+40
* [Tooling] Add more scope specifiers until spelling is not ambiguous.Eric Liu2019-03-191-7/+25
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fully qualify the renamed symbol if the shortened name is ambiguous.Eric Liu2018-08-031-1/+33
* Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova2017-06-151-2/+4
* Avoid lambdas in default member initializers to work around clang bugReid Kleckner2016-11-281-5/+6
* Do not do raw name replacement when FromDecl is a class forward-declaration.Eric Liu2016-11-251-2/+42
* Consider nested namespaces in the canonical namespace as canonical as well.Eric Liu2016-11-251-0/+8
* [Tooling] skip anonymous namespaces when checking if typeLoc references a typ...Eric Liu2016-07-261-0/+8
* [Tooling] Add a utility function to replace one nested name with another.Benjamin Kramer2015-10-221-0/+108