| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Unrevert r186040, reverted in r186185, with fix for PR16597. | Richard Smith | 2013-07-12 | 1 | -2/+9 |
* | Revert r186040 to fix PR16597 while Richard investigates what the best | Chandler Carruth | 2013-07-12 | 1 | -9/+2 |
* | If we friend a declaration twice, that should not make it visible to name | Richard Smith | 2013-07-10 | 1 | -2/+9 |
* | Make a couple of useful typo correction callbacks more widely available. | Kaelyn Uhrain | 2013-07-08 | 1 | -0/+38 |
* | Use SmallVectorImpl instead of SmallVector for iterators and references to av... | Craig Topper | 2013-07-04 | 1 | -2/+2 |
* | Allow typo correction to try removing nested name specifiers. | Kaelyn Uhrain | 2013-07-02 | 1 | -2/+18 |
* | Look for corrections in enclosing namespaces that require a global NestedName... | Kaelyn Uhrain | 2013-07-02 | 1 | -13/+13 |
* | Add the global namespace (the "::" namespace specifier) to the list of | Kaelyn Uhrain | 2013-06-24 | 1 | -1/+7 |
* | Lazily provide a __float128 dummy type in -std=gnu++11 mode. | Nico Weber | 2013-06-20 | 1 | -0/+8 |
* | Provide operator<< for stream output of DeclarationNames | David Blaikie | 2013-05-14 | 1 | -1/+1 |
* | Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr... | Dmitri Gribenko | 2013-05-05 | 1 | -1/+1 |
* | Revert r177218. | Argyrios Kyrtzidis | 2013-05-03 | 1 | -7/+0 |
* | Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there | Richard Smith | 2013-04-30 | 1 | -0/+4 |
* | <rdar://problem/13605348> Don't consider invalid user-defined literal operato... | Douglas Gregor | 2013-04-10 | 1 | -0/+6 |
* | Skip transparent contexts when looking for using directives in name lookup. | Douglas Gregor | 2013-04-09 | 1 | -1/+5 |
* | <rdar://problem/13540899> Collect using directives from all of the semantic c... | Douglas Gregor | 2013-04-08 | 1 | -8/+25 |
* | Fix typo in assertion. | Nick Lewycky | 2013-04-08 | 1 | -1/+1 |
* | <rdar://problem/13560075> Teach name lookup for builtin names to find hidden ... | Douglas Gregor | 2013-04-03 | 1 | -3/+12 |
* | Give the default CorrectionCandidateCallback::ValidateCandidate some | Kaelyn Uhrain | 2013-04-03 | 1 | -0/+18 |
* | <rdar://problem/13317030> Consider using directives when performing unqualifi... | Douglas Gregor | 2013-03-27 | 1 | -1/+15 |
* | Remove -Wspellcheck and replace it with a diagnostic option. | Argyrios Kyrtzidis | 2013-03-16 | 1 | -5/+6 |
* | Don't try to typo-correct 'super' in an objc method. | Argyrios Kyrtzidis | 2013-03-14 | 1 | -0/+10 |
* | ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. | Jordan Rose | 2013-03-08 | 1 | -1/+1 |
* | In LookupResult::resolveKind(), when handling multiple found declarations, ig... | Argyrios Kyrtzidis | 2013-02-22 | 1 | -0/+6 |
* | Preserve Sema::UndefinedInternals across PCH boundaries. Fixes | Nick Lewycky | 2013-01-26 | 1 | -1/+1 |
* | Rework the traversal of Objective-C categories and extensions to | Douglas Gregor | 2013-01-16 | 1 | -3/+5 |
* | PR14950: Fix out-of-bounds function parameter access in literal operator lookup. | Richard Smith | 2013-01-15 | 1 | -1/+1 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -5/+5 |
* | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -9/+9 |
* | 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 |