summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaLookup.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-10/+13
* Make parsing a semantic analysis a little more robust following SemaDouglas Gregor2009-04-011-30/+82
* Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for aChris Lattner2009-03-281-11/+11
* Tests and fixes for templates declared within (non-template)Douglas Gregor2009-03-271-6/+7
* Introduce a representation for types that we referred to via aDouglas Gregor2009-03-191-2/+3
* The scope representation can now be either a DeclContext pointer or aDouglas Gregor2009-03-181-1/+1
* Implement template instantiation for several more kinds of expressions:Douglas Gregor2009-03-131-0/+3
* Improve the representation of operator expressions like "x + y" withinDouglas Gregor2009-03-131-0/+115
* Add basic, hackish support for instantiation of typedefs in a classDouglas Gregor2009-03-111-1/+1
* Eliminate CXXRecordTypeDouglas Gregor2009-02-281-7/+8
* Create a new TypeNodes.def file that enumerates all of the types,Douglas Gregor2009-02-261-2/+2
* When we're declaring an object or function with linkage, teach nameDouglas Gregor2009-02-241-1/+27
* Implicitly declare certain C library functions (malloc, strcpy, memmove,Douglas Gregor2009-02-131-14/+23
* Initial implementation of function overloading in C.Douglas Gregor2009-02-111-1/+22
* Implement dereferencing of pointers-to-member.Sebastian Redl2009-02-071-3/+3
* Improvements and fixes for name lookup with using directives, from Piotr Rak!Douglas Gregor2009-02-051-202/+181
* Basic representation of C++ class templates, from Andrew Sutton.Douglas Gregor2009-02-041-1/+1
* 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