summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaLookup.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Return the corrected DeclarationName from Sema::CorrectTypo ratherDouglas Gregor2010-04-141-15/+19
* Make CXXScopeSpec invalid when incomplete, and propagate that into anyJeffrey Yasskin2010-04-081-2/+2
* the big refactoring bits of PR3782.Rafael Espindola2010-03-301-2/+2
* When performing name lookup for the allocation or deallocationDouglas Gregor2010-03-241-0/+17
* When elevating access along an inheritance path, initialize the computedJohn McCall2010-03-181-1/+1
* During C++ name lookup, use DeclContext::Equals() rather thanDouglas Gregor2010-03-151-5/+3
* Implement C++ [temp.local]p8, which specifies that a templateDouglas Gregor2010-03-151-10/+93
* Eliminate the default arguments to ASTContext::getFunctionType(),Douglas Gregor2010-02-211-1/+2
* Implement C++ name lookup for instance variables of Objective-C classesDouglas Gregor2010-02-191-7/+30
* In C++, allow builtins to be referred to via qualified name lookup, e.g.,Douglas Gregor2010-02-121-29/+48
* Improve access control diagnostics. Perform access control on member-pointerJohn McCall2010-02-101-1/+1
* Thread a source location into the template-argument deduction routines. ThereJohn McCall2010-02-081-1/+1
* Teach C++ name lookup that it's okay to look in a scope without aDouglas Gregor2010-02-051-8/+10
* Fix a crash with ill-formed code within a method in an ill-formedDouglas Gregor2010-02-041-3/+6
* Extract a common structure for holding information about the definitionJohn McCall2010-02-041-0/+9
OpenPOWER on IntegriCloud