summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaLookup.cpp
Commit message (Expand)AuthorAgeFilesLines
* zap more dead code.Chris Lattner2010-09-041-4/+1
* Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc...Ted Kremenek2010-09-011-2/+3
* Make inline namespace not be transparent after all. The concept simply doesn'...Sebastian Redl2010-08-311-3/+7
* Split out a header to hold APIs meant for the Sema implementation from Sema.h.John McCall2010-08-251-0/+1
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-1/+1
* Split FunctionScopeInfo and BlockScopeInfo into their own header.John McCall2010-08-251-1/+2
* Remove the DenseSet dependency from Sema.h.John McCall2010-08-251-0/+1
* Move more stuff out of Sema.h.John McCall2010-08-251-1/+19
* More header elimination. The goal of all this is to allow Parser toJohn McCall2010-08-241-0/+1
* DeclPtrTy -> Decl *John McCall2010-08-211-7/+7
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-1/+1
* Extend the code-completion caching infrastructure to include globalDouglas Gregor2010-08-151-3/+36
* Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor2010-08-121-2/+2
* Don't try to implicitly declare special members of an invalid class.John McCall2010-08-111-0/+4
* Added locations and type source info for DeclarationName.Abramo Bagnara2010-08-111-1/+1
* If name lookup finds different type declarations in different scopesDouglas Gregor2010-08-111-21/+39
* Introduce -f{no-}spell-checking options to enable/disableDouglas Gregor2010-07-091-1/+1
* Lazily declare default constructors. We now delay the construction ofDouglas Gregor2010-07-031-6/+18
* Lazily declare implicit copy constructors.Douglas Gregor2010-07-021-8/+22
* Introduce a new routine, LookupConstructors(), and use it for allDouglas Gregor2010-07-021-0/+10
* Lazily declare copy-assignment operators.Douglas Gregor2010-07-021-14/+66
* Lazily declare the implicitly-declared destructor in a C++ class.Douglas Gregor2010-07-021-0/+49
* Add a new routine Sema::LookupDestructor and make all destructor-lookup calls...Douglas Gregor2010-07-011-0/+10
* Be a bit more careful with undefined CXXRecordDecls. FixesDouglas Gregor2010-07-011-1/+1
* A more minimal fix for PR6762.John McCall2010-05-281-55/+48
* Roll back r104941.John McCall2010-05-281-4/+0
* Add a new attribute on records, __attribute__((adl_invisible)), and defineJohn McCall2010-05-281-0/+4
* Optimize and complete associated-class-and-namespace collection fromJohn McCall2010-05-281-85/+115
* Reinstate r104117, Chandler Carruth's change that "[provides] a namingDouglas Gregor2010-05-201-1/+5
* Remove accidental commitDouglas Gregor2010-05-201-8/+2
* Various small fixes for construction/destruction of Objective-C++Douglas Gregor2010-05-201-2/+8
* Revert r104117, "Provide a naming class for UnresolvedLookupExprs, even whenDaniel Dunbar2010-05-191-4/+1
* Provide a naming class for UnresolvedLookupExprs, even when occuring onChandler Carruth2010-05-191-1/+4
* Give a slight edge to the context-sensitive keyword 'super' overDouglas Gregor2010-05-181-1/+20
* Tweak typo-correction logic a bit regarding "super", so that weDouglas Gregor2010-05-181-0/+6
* Make sure to search semantic scopes and appropriate template-parameterDouglas Gregor2010-05-141-16/+48
* It turns out that basically every caller to RequireCompleteDeclContextJohn McCall2010-05-011-1/+1
* Fix ADL for types declared in transparent decls, from Alp Toker!Douglas Gregor2010-04-301-18/+16
* When name lookup finds a single declaration that was imported via aDouglas Gregor2010-04-251-2/+3
* When performing name lookup for an operator name, be sure to lookDouglas Gregor2010-04-251-4/+5
* Recommit r102215, this time being more careful to only set the "principalJohn McCall2010-04-241-33/+7
* Revert r102215. This causes clang crash while compiling a test case from gdb ...Devang Patel2010-04-241-7/+33
* Transition the last acceptable-result filter kind in LookupResult over to useJohn McCall2010-04-231-33/+7
* Recommit my change to how C++ does elaborated type lookups, now withJohn McCall2010-04-231-32/+21
* Revert "C++ doesn't really use "namespaces" for different kinds of names the ...Daniel Dunbar2010-04-231-22/+32
* C++ doesn't really use "namespaces" for different kinds of names the sameJohn McCall2010-04-231-32/+22
* Kill off IDNS_ObjCImplementation and IDNS_ObjCCategoryName; theyDouglas Gregor2010-04-221-6/+0
* When searching for code-completion and typo-correction candidates,Douglas Gregor2010-04-191-0/+15
* Feed proper source-location information into Sema::LookupSingleResult,Douglas Gregor2010-04-151-3/+6
* Teach typo correction about various language keywords. We can'tDouglas Gregor2010-04-141-27/+267
OpenPOWER on IntegriCloud