summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaLookup.cpp
Commit message (Expand)AuthorAgeFilesLines
* When diagnosing an invalid out-of-line redeclaration, don't permitDouglas Gregor2012-03-261-4/+11
* Support for definitions of member enumerations of class templates outside theRichard Smith2012-03-231-2/+1
* It never makes sense to do a lookup into a LinkageSpecDecl, so assert that weNick Lewycky2012-03-131-5/+6
* Fix PR10447: lazily building name lookup tables for DeclContexts was broken.Richard Smith2012-03-131-1/+2
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-33/+33
* Improve our semantic error recovery.Argyrios Kyrtzidis2012-03-091-4/+0
* Support for raw and template forms of numeric user-defined literals,Richard Smith2012-03-091-0/+99
* Sema: Don't emit a gajillion calls to sanity() -- an empty function -- in NDEBUGDaniel Dunbar2012-03-081-1/+3
* ArrayRef'ize various functions in the AST/Parser/Sema.Ahmed Charles2012-02-251-10/+13
* Fix a regression from r151117: ADL requires that we attempt to complete anyRichard Smith2012-02-251-0/+8
* Replace some DenseSets with SmallPtrSets. Apart from the "small" optimization...Benjamin Kramer2012-02-231-4/+3
* Initial refactoring of 'ShouldDeleteSpecialMember', in preparation for providingRichard Smith2012-02-181-1/+1
* Silence a valgrind warning, and remove an unused var.Kaelyn Uhrain2012-02-151-3/+2
* Improve typo correction involving nested name specifiers.Kaelyn Uhrain2012-02-151-18/+112
* Use several weighted factors to determine typo candidate viablity.Kaelyn Uhrain2012-02-141-42/+35
* Remove the unused TypoCorrectionConsumer::MaxEditDistance.Kaelyn Uhrain2012-02-071-37/+13
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Introduce the lambda scope before determining explicit captures, whichDouglas Gregor2012-02-011-0/+1
* Make the callback object to Sema::CorrectTypo mandatory.Kaelyn Uhrain2012-01-311-10/+9
* In CorrectTypo, use the cached correction as a starting point instead.Kaelyn Uhrain2012-01-231-30/+44
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* Remove the now-unused CorrectTypoContext enum.Kaelyn Uhrain2012-01-191-72/+1
* De-virtualize getPreviousDecl() and getMostRecentDecl() when we knowDouglas Gregor2012-01-141-1/+1
* Make sure to consider non-DeclContext scopes properly when findingDouglas Gregor2012-01-131-10/+30
* Fix the caching in CorrectTypo so that other non-keyword identifiersKaelyn Uhrain2012-01-111-1/+2
* Add initial callback object support to Sema::CorrectTypo.Kaelyn Uhrain2012-01-111-69/+113
* Switch NamespaceDecl from its own hand-rolled redeclaration chain overDouglas Gregor2012-01-071-2/+4
* During name lookup, use redecl_iterator to walk over the redeclarationDouglas Gregor2012-01-061-23/+6
* When we're performing name lookup for a tag, we still allow ourselvesDouglas Gregor2012-01-051-2/+2
* Implement declaration merging for typedefs loaded from disjointDouglas Gregor2012-01-041-21/+20
* Minor tweak to name lookup for C/Objective-C: after the first name, still con...Douglas Gregor2012-01-031-1/+1
* Test "merging" of typedef types across distinct modules. At present,Douglas Gregor2012-01-031-21/+22
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-011-12/+0
* Wire up redeclaration chains for Objective-C protocols, so that bothDouglas Gregor2012-01-011-2/+3
* Introduce the core infrastructure needed to model redeclaration chainsDouglas Gregor2012-01-011-0/+2
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-6/+0
* When performing name lookup for a redeclaration, ignore moduleDouglas Gregor2011-12-201-1/+1
* Completely re-implement (de-)serialization of declarationDouglas Gregor2011-12-171-0/+2
* When name lookup finds a module-private Objective-C class declaration,Douglas Gregor2011-12-151-0/+2
* When name lookup comes across a declaration that is in a module thatDouglas Gregor2011-12-141-20/+63
* In Microsoft mode, don't perform typo correction in a template member functio...Francois Pichet2011-12-031-0/+7
* Make sure that name lookup in C checks whether a name is hidden.Douglas Gregor2011-12-021-0/+5
* When we perform a lookup for a dependent name that is a member of anDouglas Gregor2011-10-241-1/+2
* Rename TagDecl::isDefinition -> isCompleteDefinitionJohn McCall2011-10-071-2/+2
* Support for C1x _Atomic specifier (see testcase). This is primarily being co...Eli Friedman2011-10-061-0/+6
* Added CXAvailability_NotAccessible to indicate that a declaration is availabl...Erik Verbruggen2011-10-061-6/+8
* Fix Sema::CorrectTypo to ignore found but unresolved symbolsKaelyn Uhrain2011-09-071-2/+2
* objective-c: this patch (re)introduces objective-c's default propertyFariborz Jahanian2011-08-311-18/+1
* Declare and define implicit move constructor and assignment operator.Sebastian Redl2011-08-301-9/+56
* objective-c: Treat top-level objective-c declarationsFariborz Jahanian2011-08-271-4/+1
OpenPOWER on IntegriCloud