summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaLookup.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-061-1/+1
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Don't allow multiple correction candidates that have the same identifierKaelyn Uhrain2012-06-011-25/+53
* In TypoCorrectionConsumer, BestResults to CorrectionResults to lessenKaelyn Uhrain2012-05-311-14/+19
* Implement simplify_type traits for redecl_iterator.David Blaikie2012-05-011-1/+1
* Remove ref/value inconsistency in redecl_iterator.David Blaikie2012-05-011-1/+1
* Fix bug where a class's (deleted) copy constructor would be implicitly given aRichard Smith2012-04-201-31/+14
* Directly store TypoResultsMaps in the TypoEditDistanceMap, getting rid of man...Benjamin Kramer2012-04-141-27/+15
* Delete the TypoResultsMap when erasing the pointer to it.Benjamin Kramer2012-04-131-7/+6
OpenPOWER on IntegriCloud