summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaLookup.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove more redundant lookups. Add a new "all_lookups_iterator" which providesNick Lewycky2012-04-031-15/+6
* Don't treat synthesized ivars as being in the base class for the purpose ofNick Lewycky2012-04-031-5/+5
* Replace the workaround from r153445 with a proper fix.Kaelyn Uhrain2012-04-031-1/+1
* PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith2012-03-301-7/+13
* 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
OpenPOWER on IntegriCloud