| Commit message (Expand) | Author | Age | Files | Lines |
* | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie | 2012-12-19 | 1 | -25/+28 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -10/+10 |
* | Consistently use 'needsImplicit<special member>' to determine whether we need | Richard Smith | 2012-12-01 | 1 | -10/+10 |
* | Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface, | Argyrios Kyrtzidis | 2012-11-28 | 1 | -3/+2 |
* | Simplify checking for whether we should implicitly declare special members and | Richard Smith | 2012-11-27 | 1 | -16/+9 |
* | When adding a NamedDecl to a correction, add the underlying Decl (via | Kaelyn Uhrain | 2012-11-19 | 1 | -1/+1 |
* | DR1442: In a range-based for statement, namespace 'std' is not an associated | Richard Smith | 2012-10-18 | 1 | -4/+1 |
* | Fix typo correction of one qualified name to another. | David Blaikie | 2012-10-12 | 1 | -2/+6 |
* | Fix the AST representation for non-type template arguments to encode | Eli Friedman | 2012-09-26 | 1 | -0/+1 |
* | Remove Context argument from TemplateDeductionInfo constructor. It was no lon... | Craig Topper | 2012-09-19 | 1 | -1/+1 |
* | Remove RequireCompleteType call which was made redundant by r162586. | Richard Smith | 2012-08-24 | 1 | -7/+0 |
* | Instantiate class template specializations during ADL. | John McCall | 2012-08-24 | 1 | -7/+13 |
* | Fix PR13394: Erasing from a vector changes the end of the vector, so make sur... | Benjamin Kramer | 2012-07-27 | 1 | -3/+3 |
* | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 1 | -2/+2 |
* | PR13381: consider cv-qualifiers on a class member's type when determining which | Richard Smith | 2012-07-18 | 1 | -4/+7 |
* | Add support for the C11 _Alignof keyword. | Jordan Rose | 2012-06-30 | 1 | -0/+6 |
* | Documentation cleanup: making \param and \returns docs match the code. | James Dennett | 2012-06-22 | 1 | -8/+5 |
* | Documentation cleanup: making \param docs match the code. | James Dennett | 2012-06-22 | 1 | -13/+3 |
* | Documentation cleanup: escape "::", and other minor reformatting | James Dennett | 2012-06-19 | 1 | -1/+2 |
* | PR13051: Only suggest the 'template' and 'operator' keywords when performing | Richard Smith | 2012-06-08 | 1 | -2/+11 |
* | Allow CorrectTypo to add/modify nested name qualifiers to typos that | Kaelyn Uhrain | 2012-06-06 | 1 | -3/+16 |
* | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie | 2012-06-06 | 1 | -1/+1 |
* | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer | 2012-06-02 | 1 | -1/+1 |
* | Don't allow multiple correction candidates that have the same identifier | Kaelyn Uhrain | 2012-06-01 | 1 | -25/+53 |
* | In TypoCorrectionConsumer, BestResults to CorrectionResults to lessen | Kaelyn Uhrain | 2012-05-31 | 1 | -14/+19 |
* | Implement simplify_type traits for redecl_iterator. | David Blaikie | 2012-05-01 | 1 | -1/+1 |
* | Remove ref/value inconsistency in redecl_iterator. | David Blaikie | 2012-05-01 | 1 | -1/+1 |
* | Fix bug where a class's (deleted) copy constructor would be implicitly given a | Richard Smith | 2012-04-20 | 1 | -31/+14 |
* | Directly store TypoResultsMaps in the TypoEditDistanceMap, getting rid of man... | Benjamin Kramer | 2012-04-14 | 1 | -27/+15 |
* | Delete the TypoResultsMap when erasing the pointer to it. | Benjamin Kramer | 2012-04-13 | 1 | -7/+6 |
* | Remove more redundant lookups. Add a new "all_lookups_iterator" which provides | Nick Lewycky | 2012-04-03 | 1 | -15/+6 |
* | Don't treat synthesized ivars as being in the base class for the purpose of | Nick Lewycky | 2012-04-03 | 1 | -5/+5 |
* | Replace the workaround from r153445 with a proper fix. | Kaelyn Uhrain | 2012-04-03 | 1 | -1/+1 |
* | PR10217: Provide diagnostics explaining why an implicitly-deleted special | Richard Smith | 2012-03-30 | 1 | -7/+13 |
* | When diagnosing an invalid out-of-line redeclaration, don't permit | Douglas Gregor | 2012-03-26 | 1 | -4/+11 |
* | Support for definitions of member enumerations of class templates outside the | Richard Smith | 2012-03-23 | 1 | -2/+1 |
* | It never makes sense to do a lookup into a LinkageSpecDecl, so assert that we | Nick Lewycky | 2012-03-13 | 1 | -5/+6 |
* | Fix PR10447: lazily building name lookup tables for DeclContexts was broken. | Richard Smith | 2012-03-13 | 1 | -1/+2 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -33/+33 |
* | Improve our semantic error recovery. | Argyrios Kyrtzidis | 2012-03-09 | 1 | -4/+0 |
* | Support for raw and template forms of numeric user-defined literals, | Richard Smith | 2012-03-09 | 1 | -0/+99 |
* | Sema: Don't emit a gajillion calls to sanity() -- an empty function -- in NDEBUG | Daniel Dunbar | 2012-03-08 | 1 | -1/+3 |
* | ArrayRef'ize various functions in the AST/Parser/Sema. | Ahmed Charles | 2012-02-25 | 1 | -10/+13 |
* | Fix a regression from r151117: ADL requires that we attempt to complete any | Richard Smith | 2012-02-25 | 1 | -0/+8 |
* | Replace some DenseSets with SmallPtrSets. Apart from the "small" optimization... | Benjamin Kramer | 2012-02-23 | 1 | -4/+3 |
* | Initial refactoring of 'ShouldDeleteSpecialMember', in preparation for providing | Richard Smith | 2012-02-18 | 1 | -1/+1 |
* | Silence a valgrind warning, and remove an unused var. | Kaelyn Uhrain | 2012-02-15 | 1 | -3/+2 |
* | Improve typo correction involving nested name specifiers. | Kaelyn Uhrain | 2012-02-15 | 1 | -18/+112 |
* | Use several weighted factors to determine typo candidate viablity. | Kaelyn Uhrain | 2012-02-14 | 1 | -42/+35 |
* | Remove the unused TypoCorrectionConsumer::MaxEditDistance. | Kaelyn Uhrain | 2012-02-07 | 1 | -37/+13 |