aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaLookup.cpp
AgeCommit message (Expand)Author
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
2012-03-26When diagnosing an invalid out-of-line redeclaration, don't permitDouglas Gregor
2012-03-23Support for definitions of member enumerations of class templates outside theRichard Smith
2012-03-13It never makes sense to do a lookup into a LinkageSpecDecl, so assert that weNick Lewycky
2012-03-13Fix PR10447: lazily building name lookup tables for DeclContexts was broken.Richard Smith
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-09Improve our semantic error recovery.Argyrios Kyrtzidis
2012-03-09Support for raw and template forms of numeric user-defined literals,Richard Smith
2012-03-08Sema: Don't emit a gajillion calls to sanity() -- an empty function -- in NDEBUGDaniel Dunbar
2012-02-25ArrayRef'ize various functions in the AST/Parser/Sema.Ahmed Charles
2012-02-25Fix a regression from r151117: ADL requires that we attempt to complete anyRichard Smith
2012-02-23Replace some DenseSets with SmallPtrSets. Apart from the "small" optimization...Benjamin Kramer
2012-02-18Initial refactoring of 'ShouldDeleteSpecialMember', in preparation for providingRichard Smith
2012-02-15Silence a valgrind warning, and remove an unused var.Kaelyn Uhrain
2012-02-15Improve typo correction involving nested name specifiers.Kaelyn Uhrain
2012-02-14Use several weighted factors to determine typo candidate viablity.Kaelyn Uhrain
2012-02-07Remove the unused TypoCorrectionConsumer::MaxEditDistance.Kaelyn Uhrain
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2012-02-01Introduce the lambda scope before determining explicit captures, whichDouglas Gregor
2012-01-31Make the callback object to Sema::CorrectTypo mandatory.Kaelyn Uhrain
2012-01-23In CorrectTypo, use the cached correction as a starting point instead.Kaelyn Uhrain
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-19Remove the now-unused CorrectTypoContext enum.Kaelyn Uhrain