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