aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaLookup.cpp
AgeCommit message (Expand)Author
2013-04-10<rdar://problem/13605348> Don't consider invalid user-defined literal operato...Douglas Gregor
2013-04-09Skip transparent contexts when looking for using directives in name lookup.Douglas Gregor
2013-04-08<rdar://problem/13540899> Collect using directives from all of the semantic c...Douglas Gregor
2013-04-08Fix typo in assertion.Nick Lewycky
2013-04-03<rdar://problem/13560075> Teach name lookup for builtin names to find hidden ...Douglas Gregor
2013-04-03Give the default CorrectionCandidateCallback::ValidateCandidate someKaelyn Uhrain
2013-03-27<rdar://problem/13317030> Consider using directives when performing unqualifi...Douglas Gregor
2013-03-16Remove -Wspellcheck and replace it with a diagnostic option.Argyrios Kyrtzidis
2013-03-14Don't try to typo-correct 'super' in an objc method.Argyrios Kyrtzidis
2013-03-08ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose
2013-02-22In LookupResult::resolveKind(), when handling multiple found declarations, ig...Argyrios Kyrtzidis
2013-01-26Preserve Sema::UndefinedInternals across PCH boundaries. FixesNick Lewycky
2013-01-16Rework the traversal of Objective-C categories and extensions toDouglas Gregor
2013-01-15PR14950: Fix out-of-bounds function parameter access in literal operator lookup.Richard Smith
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-02s/CPlusPlus0x/CPlusPlus11/gRichard Smith
2012-12-19Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-12-01Consistently use 'needsImplicit<special member>' to determine whether we needRichard Smith
2012-11-28Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface,Argyrios Kyrtzidis
2012-11-27Simplify checking for whether we should implicitly declare special members andRichard Smith
2012-11-19When adding a NamedDecl to a correction, add the underlying Decl (viaKaelyn Uhrain
2012-10-18DR1442: In a range-based for statement, namespace 'std' is not an associatedRichard Smith
2012-10-12Fix typo correction of one qualified name to another.David Blaikie
2012-09-26Fix the AST representation for non-type template arguments to encodeEli Friedman
2012-09-19Remove Context argument from TemplateDeductionInfo constructor. It was no lon...Craig Topper
2012-08-24Remove RequireCompleteType call which was made redundant by r162586.Richard Smith
2012-08-24Instantiate class template specializations during ADL.John McCall
2012-07-27Fix PR13394: Erasing from a vector changes the end of the vector, so make sur...Benjamin Kramer
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-07-18PR13381: consider cv-qualifiers on a class member's type when determining whichRichard Smith
2012-06-30Add support for the C11 _Alignof keyword.Jordan Rose
2012-06-22Documentation cleanup: making \param and \returns docs match the code.James Dennett
2012-06-22Documentation cleanup: making \param docs match the code.James Dennett
2012-06-19Documentation cleanup: escape "::", and other minor reformattingJames Dennett
2012-06-08PR13051: Only suggest the 'template' and 'operator' keywords when performingRichard Smith
2012-06-06Allow CorrectTypo to add/modify nested name qualifiers to typos thatKaelyn Uhrain
2012-06-06Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-06-01Don't allow multiple correction candidates that have the same identifierKaelyn Uhrain
2012-05-31In TypoCorrectionConsumer, BestResults to CorrectionResults to lessenKaelyn Uhrain
2012-05-01Implement simplify_type traits for redecl_iterator.David Blaikie
2012-05-01Remove ref/value inconsistency in redecl_iterator.David Blaikie
2012-04-20Fix bug where a class's (deleted) copy constructor would be implicitly given aRichard Smith
2012-04-14Directly store TypoResultsMaps in the TypoEditDistanceMap, getting rid of man...Benjamin Kramer
2012-04-13Delete the TypoResultsMap when erasing the pointer to it.Benjamin Kramer
2012-04-03Remove more redundant lookups. Add a new "all_lookups_iterator" which providesNick Lewycky
2012-04-03Don't treat synthesized ivars as being in the base class for the purpose ofNick Lewycky
2012-04-03Replace the workaround from r153445 with a proper fix.Kaelyn Uhrain
2012-03-30PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith