summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaLookup.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Some name-lookup-related fixes, from Piotr Rak!Douglas Gregor2009-02-041-106/+45
* Bring operator name lookup (as required for C++ operator overloading)Douglas Gregor2009-02-041-1/+4
* Initial implementation of argument dependent lookup (a.k.a. ADL,Douglas Gregor2009-02-041-0/+261
* silence some warnings.Chris Lattner2009-02-031-2/+2
* Semantic analysis, ASTs, and unqualified name lookup support for C++Douglas Gregor2009-02-031-120/+596
* Add iterators to LookupResult, allowing one to iterate over theDouglas Gregor2009-02-021-0/+60
* Eliminated LookupCriteria, whose creation was causing a bottleneck forDouglas Gregor2009-01-301-105/+91
* 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