| Commit message (Expand) | Author | Age | Files | Lines |
| * | Audit uses of Sema::LookupSingleName for those lookups that are | Douglas Gregor | 2010-04-15 | 1 | -2/+4 |
| * | Feed proper source-location information into Sema::LookupSingleResult, | Douglas Gregor | 2010-04-15 | 1 | -2/+4 |
| * | Always diagnose and complain about problems in | Douglas Gregor | 2010-04-14 | 1 | -25/+25 |
| * | Teach typo correction about various language keywords. We can't | Douglas Gregor | 2010-04-14 | 1 | -1/+2 |
| * | Support befriending members of class template specializations. | John McCall | 2010-04-13 | 1 | -1/+33 |
| * | Implement C++ [temp.local]p4, which specifies how we eliminate | Douglas Gregor | 2010-04-12 | 1 | -8/+23 |
| * | Fix a crash-on-invalid involving name lookup of tag names, where we | Douglas Gregor | 2010-04-12 | 1 | -6/+14 |
| * | Only complain about explicit instantiations following explicit | Douglas Gregor | 2010-04-09 | 1 | -1/+2 |
| * | Make CXXScopeSpec invalid when incomplete, and propagate that into any | Jeffrey Yasskin | 2010-04-08 | 1 | -7/+7 |
| * | Implement dependent friend function template specializations. | John McCall | 2010-04-08 | 1 | -0/+36 |
| * | When a template (without arguments) is passed as a template type | Jeffrey Yasskin | 2010-04-08 | 1 | -1/+16 |
| * | Overhaul checking of non-type template arguments that should refer to | Douglas Gregor | 2010-04-01 | 1 | -170/+247 |
| * | Fix -Asserts warning, and protect against missing case. | Daniel Dunbar | 2010-04-01 | 1 | -2/+3 |
| * | Change the representation of dependent elaborated-type-specifiers | Douglas Gregor | 2010-03-31 | 1 | -8/+9 |
| * | Extend DependentNameType with a keyword enum that specifies whether | Douglas Gregor | 2010-03-31 | 1 | -6/+9 |
| * | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor | 2010-03-31 | 1 | -16/+12 |
| * | Rename TypenameType to DependentNameType in anticipation of some | Douglas Gregor | 2010-03-31 | 1 | -11/+11 |
| * | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor | 2010-03-31 | 1 | -12/+16 |
| * | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor | 2010-03-31 | 1 | -16/+12 |
| * | Propagate the "found declaration" (i.e. the using declaration instead of | John McCall | 2010-03-30 | 1 | -2/+5 |
| * | Optimize PartialDiagnostic's memory-allocation behavior by placing a | Douglas Gregor | 2010-03-29 | 1 | -6/+6 |
| * | After performing template argument deduction for a function template, | Douglas Gregor | 2010-03-28 | 1 | -10/+128 |
| * | Reinstate change to non-type template arguments of integral type, so | Douglas Gregor | 2010-03-26 | 1 | -19/+20 |
| * | Revert attempted fix for integral template arguments. It seems to have broken... | Douglas Gregor | 2010-03-26 | 1 | -20/+19 |
| * | Warn when the conversion of an integral non-type template argument to | Douglas Gregor | 2010-03-25 | 1 | -19/+20 |
| * | Preserve type-source information in friend declarations. | John McCall | 2010-03-25 | 1 | -1/+1 |
| * | Support friend function specializations. | John McCall | 2010-03-24 | 1 | -4/+11 |
| * | revert 99311. Looks like it broke darwin bootstrap. | Rafael Espindola | 2010-03-23 | 1 | -1/+7 |
| * | Avoid producing implicit methods when we have a explicit template instantiation | Rafael Espindola | 2010-03-23 | 1 | -7/+1 |
| * | A fixed version of r99174 which also includes a test that we emit vtables when | Rafael Espindola | 2010-03-22 | 1 | -1/+10 |
| * | revert r99174. It caused PR6677. Will try to debug why tonight. | Rafael Espindola | 2010-03-22 | 1 | -5/+1 |
| * | When handling a TSK_ExplicitInstantiationDefinition after a | Rafael Espindola | 2010-03-22 | 1 | -1/+5 |
| * | Remember declaration scope qualifiers in the AST. Imposes no memory overhead | John McCall | 2010-03-15 | 1 | -0/+10 |
| * | Split C++ friend declarations into their own header/implementation file. | John McCall | 2010-03-11 | 1 | -0/+1 |
| * | Create a new InjectedClassNameType to represent bare-word references to the | John McCall | 2010-03-10 | 1 | -10/+13 |
| * | Robustify callers that rebuild typename type nodes again NULL return | Douglas Gregor | 2010-03-07 | 1 | -0/+3 |
| * | Suppress implicit member redeclarations arising from explicit instantiation | John McCall | 2010-03-02 | 1 | -0/+1 |
| * | An explicit specialization is allowed following an explicit | Douglas Gregor | 2010-02-26 | 1 | -7/+41 |
| * | Restore the invariant that a nested-name-specifier can only contain | Douglas Gregor | 2010-02-25 | 1 | -1/+0 |
| * | Implement support for parsing pseudo-destructor expression with a nested-name... | Douglas Gregor | 2010-02-21 | 1 | -0/+1 |
| * | Improve parsing and instantiation of destructor names, so that we can | Douglas Gregor | 2010-02-16 | 1 | -3/+6 |
| * | Permit the use of typedefs of class template specializations in | Douglas Gregor | 2010-02-13 | 1 | -10/+6 |
| * | Strip attributes and 'inline' off the "previous declaration" of a | John McCall | 2010-02-11 | 1 | -15/+27 |
| * | Eliminate a bunch of unnecessary ASTContexts from members functions of | Douglas Gregor | 2010-02-11 | 1 | -2/+1 |
| * | Eliminate the ASTContext parameter from RecordDecl::getDefinition() | Douglas Gregor | 2010-02-11 | 1 | -8/+8 |
| * | Implement a specific diagnostic when a class template partial | Douglas Gregor | 2010-02-09 | 1 | -9/+20 |
| * | Thread a source location into the template-argument deduction routines. There | John McCall | 2010-02-08 | 1 | -2/+2 |
| * | Fix PR6149 by looking at the qualifiers on the referred to type for non-type | Chandler Carruth | 2010-02-03 | 1 | -2/+3 |
| * | When a function or variable somehow depends on a type or declaration | Douglas Gregor | 2010-02-03 | 1 | -2/+2 |
| * | Fix PR6159 and several other problems with value-dependent non-type template | Chandler Carruth | 2010-01-31 | 1 | -9/+31 |