summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaLookup.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Unrevert r186040, reverted in r186185, with fix for PR16597.Richard Smith2013-07-121-2/+9
* Revert r186040 to fix PR16597 while Richard investigates what the bestChandler Carruth2013-07-121-9/+2
* If we friend a declaration twice, that should not make it visible to nameRichard Smith2013-07-101-2/+9
* Make a couple of useful typo correction callbacks more widely available.Kaelyn Uhrain2013-07-081-0/+38
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-041-2/+2
* Allow typo correction to try removing nested name specifiers.Kaelyn Uhrain2013-07-021-2/+18
* Look for corrections in enclosing namespaces that require a global NestedName...Kaelyn Uhrain2013-07-021-13/+13
* Add the global namespace (the "::" namespace specifier) to the list ofKaelyn Uhrain2013-06-241-1/+7
* Lazily provide a __float128 dummy type in -std=gnu++11 mode.Nico Weber2013-06-201-0/+8
* Provide operator<< for stream output of DeclarationNamesDavid Blaikie2013-05-141-1/+1
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-051-1/+1
* Revert r177218.Argyrios Kyrtzidis2013-05-031-7/+0
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-301-0/+4
* <rdar://problem/13605348> Don't consider invalid user-defined literal operato...Douglas Gregor2013-04-101-0/+6
* Skip transparent contexts when looking for using directives in name lookup.Douglas Gregor2013-04-091-1/+5
* <rdar://problem/13540899> Collect using directives from all of the semantic c...Douglas Gregor2013-04-081-8/+25
* Fix typo in assertion.Nick Lewycky2013-04-081-1/+1
* <rdar://problem/13560075> Teach name lookup for builtin names to find hidden ...Douglas Gregor2013-04-031-3/+12
* Give the default CorrectionCandidateCallback::ValidateCandidate someKaelyn Uhrain2013-04-031-0/+18
* <rdar://problem/13317030> Consider using directives when performing unqualifi...Douglas Gregor2013-03-271-1/+15
* Remove -Wspellcheck and replace it with a diagnostic option.Argyrios Kyrtzidis2013-03-161-5/+6
* Don't try to typo-correct 'super' in an objc method.Argyrios Kyrtzidis2013-03-141-0/+10
* ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose2013-03-081-1/+1
* In LookupResult::resolveKind(), when handling multiple found declarations, ig...Argyrios Kyrtzidis2013-02-221-0/+6
* Preserve Sema::UndefinedInternals across PCH boundaries. FixesNick Lewycky2013-01-261-1/+1
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-161-3/+5
* PR14950: Fix out-of-bounds function parameter access in literal operator lookup.Richard Smith2013-01-151-1/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-5/+5
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-9/+9
* Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie2012-12-191-25/+28
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-10/+10
* Consistently use 'needsImplicit<special member>' to determine whether we needRichard Smith2012-12-011-10/+10
* Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface,Argyrios Kyrtzidis2012-11-281-3/+2
* Simplify checking for whether we should implicitly declare special members andRichard Smith2012-11-271-16/+9
* When adding a NamedDecl to a correction, add the underlying Decl (viaKaelyn Uhrain2012-11-191-1/+1
* DR1442: In a range-based for statement, namespace 'std' is not an associatedRichard Smith2012-10-181-4/+1
* Fix typo correction of one qualified name to another.David Blaikie2012-10-121-2/+6
* Fix the AST representation for non-type template arguments to encodeEli Friedman2012-09-261-0/+1
* Remove Context argument from TemplateDeductionInfo constructor. It was no lon...Craig Topper2012-09-191-1/+1
* Remove RequireCompleteType call which was made redundant by r162586.Richard Smith2012-08-241-7/+0
* Instantiate class template specializations during ADL.John McCall2012-08-241-7/+13
* Fix PR13394: Erasing from a vector changes the end of the vector, so make sur...Benjamin Kramer2012-07-271-3/+3
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-2/+2
* PR13381: consider cv-qualifiers on a class member's type when determining whichRichard Smith2012-07-181-4/+7
* Add support for the C11 _Alignof keyword.Jordan Rose2012-06-301-0/+6
* Documentation cleanup: making \param and \returns docs match the code.James Dennett2012-06-221-8/+5
* Documentation cleanup: making \param docs match the code.James Dennett2012-06-221-13/+3
* Documentation cleanup: escape "::", and other minor reformattingJames Dennett2012-06-191-1/+2
* PR13051: Only suggest the 'template' and 'operator' keywords when performingRichard Smith2012-06-081-2/+11
* Allow CorrectTypo to add/modify nested name qualifiers to typos thatKaelyn Uhrain2012-06-061-3/+16
OpenPOWER on IntegriCloud