summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/DeclLookups.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Ensure code complete with !LoadExternal sees all local decls.Sam McCall2018-01-161-19/+4
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-301-9/+14
* Don't rely on the default constructor default constructing a begin andChandler Carruth2015-01-111-2/+8
* Simplify: don't try to complete the list of decls twice when iterating over theRichard Smith2014-03-251-21/+15
* [C++11] Replacing DeclContext iterators lookups_begin() and lookups_end() wit...Aaron Ballman2014-03-141-0/+8
* Add dumping support for DeclContext's StoredDeclsMap.Richard Smith2013-06-221-2/+20
* Add missing includes and forward declarations so that headers don't depend onDmitri Gribenko2013-01-121-0/+1
* When we need the complete set of visible declarations from aDouglas Gregor2012-08-171-2/+2
* Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky2012-04-161-0/+4
* Remove more redundant lookups. Add a new "all_lookups_iterator" which providesNick Lewycky2012-04-031-0/+84