summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaLookup.cpp
Commit message (Expand)AuthorAgeFilesLines
* When we attempt to create a built-in that involves a library type weDouglas Gregor2011-01-031-5/+14
* Remove obsolete comments.Francois Pichet2011-01-021-7/+0
* Restore r121752 without modification.John McCall2010-12-141-5/+6
* Pull out r121752 in case it's causing the selfhost breakage.John McCall2010-12-141-6/+5
* Factor out most of the extra state in a FunctionProtoType into a separateJohn McCall2010-12-141-5/+6
* Don't walk the translation unit context to produce protocol names whenDouglas Gregor2010-12-091-2/+14
* Do not change the size of LookupResult::Filter based on the NDEBUGDouglas Gregor2010-12-021-2/+0
* Such function decls,as objc's objc_msgSend, builtins in Fariborz Jahanian2010-11-301-6/+1
* Restore patch reversed in r118475. FixesFariborz Jahanian2010-11-091-0/+5
* Fix memory leak of IdentifierIterator object.Ted Kremenek2010-11-071-1/+1
* Teach code completion to provide property results when the propertyDouglas Gregor2010-11-021-1/+19
* When doing name lookup for members don't look into global/namespace scope.Argyrios Kyrtzidis2010-10-291-0/+4
* Remove redundant testDouglas Gregor2010-10-271-1/+1
* Teach typo correction not to return the same keyword that matches aDouglas Gregor2010-10-261-1/+20
* C++ [basic.scope.hiding] allows an ordinary name to hide a non-tagDouglas Gregor2010-10-231-2/+7
* In the presence of using declarations, we can find the same classDouglas Gregor2010-10-221-30/+66
* Fix handling of property and ivar lookup in typo correction; the twoDouglas Gregor2010-10-201-57/+65
* Introduce a simple cache for unqualified typo corrections, so that weDouglas Gregor2010-10-201-26/+70
* Eliminate another ordering dependency in typo correction. Re-enable typo.m, w...Douglas Gregor2010-10-201-1/+4
* Provide an upper bound to the edit-distance algorithm when performingDouglas Gregor2010-10-191-1/+7
* Improve the performance of typo correction, by using a simpleDouglas Gregor2010-10-191-0/+6
* When performing typo correction, keep track of whether the last lookupDouglas Gregor2010-10-151-1/+37
* When we're in the context of an Objective-C message send's receiver,Douglas Gregor2010-10-151-1/+13
* When performing typo correction, look through the set of knownDouglas Gregor2010-10-141-5/+31
* Tweak the typo-correction implementation to determine correctionsDouglas Gregor2010-10-141-147/+109
* 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
OpenPOWER on IntegriCloud