summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaLookup.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor2009-01-201-5/+4
* PODify LookupResult, for a measly 1% speedup on Cocoa.h.Douglas Gregor2009-01-171-72/+49
* Teach DeclContext how to find the primary declaration for any TagDeclDouglas Gregor2009-01-171-0/+1
* Improve diagnostics for ambiguous name lookup resultsDouglas Gregor2009-01-161-5/+21
* Fix some unused variable, control reaches end of non-void function,Daniel Dunbar2009-01-151-1/+1
* Deallocate the BasePaths structure that we allocate for LookupResult.Douglas Gregor2009-01-151-0/+35
* Initial implementation of member name lookupDouglas Gregor2009-01-151-5/+178
* Refactor name lookup.Douglas Gregor2009-01-141-0/+422
OpenPOWER on IntegriCloud