Age | Commit message (Expand) | Author |
2011-01-27 | Teach the evaluation of the __is_convertible_to trait to translate | Douglas Gregor |
2011-01-24 | Use attributes for all the override control specifiers. | Anders Carlsson |
2011-01-22 | Mark classes final and/or explicit during class template instantiation. | Anders Carlsson |
2011-01-19 | Implement support for non-type template parameter packs whose type is | Douglas Gregor |
2011-01-19 | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall |
2011-01-15 | Introduce a new kind of TemplateName that captures a substituted | Douglas Gregor |
2011-01-15 | Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, | Douglas Gregor |
2011-01-14 | Teach template template argument pack expansions to keep track of the | Douglas Gregor |
2011-01-14 | Handle substitutions into function parameter packs whose patterns | Douglas Gregor |
2011-01-14 | Keep track of the number of expansions to be produced from a type pack | Douglas Gregor |
2011-01-14 | Start implementing support for substitution into pack expansions that | Douglas Gregor |
2011-01-10 | Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which | Douglas Gregor |
2011-01-07 | When instantiating the arguments to an initializer, use the | Douglas Gregor |
2011-01-07 | Implement substitution of a function parameter pack for its set of | Douglas Gregor |
2011-01-07 | Factor out the template transformation of a sequence of function | Douglas Gregor |
2011-01-05 | Initial implementation of function parameter packs. This implementation allows: | Douglas Gregor |
2011-01-05 | hasInit() -> hasDefaultArg() | Douglas Gregor |
2011-01-05 | Implement support for template template parameter packs, e.g., | Douglas Gregor |
2011-01-04 | Improve our handling of non-type template parameters in partial | Douglas Gregor |
2011-01-04 | Implement pack expansion of base initializers, so that we can | Douglas Gregor |
2011-01-03 | Implement pack expansions whose pattern is a base-specifier. | Douglas Gregor |
2010-12-24 | When instantiating a non-type template parameter pack, be sure to | Douglas Gregor |
2010-12-22 | Implement template argument deduction for pack expansions whose | Douglas Gregor |
2010-12-21 | When searching for the instantiation of a locally-scoped tag | Douglas Gregor |
2010-12-21 | Implement instantiation of pack expansions whose pattern is a type-id | Douglas Gregor |
2010-12-20 | Handle instantiation of template type parameter packs that occur as | Douglas Gregor |
2010-12-20 | Implement basic support for template instantiation of pack expansions | Douglas Gregor |
2010-12-14 | Added missing IgnoreParens(). | Abramo Bagnara |
2010-11-20 | A bundle of whitespace changes, separated out from the functional changes. | Nick Lewycky |
2010-11-18 | Refactoring of Diagnostic class. | Argyrios Kyrtzidis |
2010-11-12 | Replace one hack with a different hack: strip out the ObjectType | John McCall |
2010-11-10 | Instantiate class member template partial specialization declarations | Douglas Gregor |
2010-11-04 | Use the real keyword location when rebuilding an elaborated type instead of | John McCall |
2010-11-04 | Don't instantiate members not belonging in the semantic context of the template. | Argyrios Kyrtzidis |
2010-10-26 | No really, we don't have a retain/release system for statements/expressions | John McCall |
2010-10-13 | Teach the warning about unnamed/local types in template arguments to | Douglas Gregor |
2010-10-12 | Introduce support for emitting diagnostics (warnings + their notes) | Douglas Gregor |
2010-10-12 | If we end up instantiating a function parameter whose default argument | Douglas Gregor |
2010-09-28 | Reinstate r114925 and r114929, both steps toward | Douglas Gregor |
2010-09-28 | Temporarily revert 114929 114925 114924 114921. It looked like they (or at least | Bill Wendling |
2010-09-28 | Centralize the management of CXXRecordDecl::DefinitionData's | Douglas Gregor |
2010-09-27 | Correctly set "explicit template instantiation" kind on inner structs of temp... | Nico Weber |
2010-09-09 | Simplify template instantiation for C++ exception declarations, | Douglas Gregor |
2010-08-26 | One who seeks knowledge learns something new every day. | John McCall |
2010-08-25 | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall |
2010-08-25 | Move more stuff out of Sema.h. | John McCall |
2010-08-24 | Struggle mightily against header inclusion in Sema.h. | John McCall |
2010-08-24 | OwningExprResult -> ExprResult. This patch brought to you by | John McCall |
2010-08-21 | DeclPtrTy -> Decl * | John McCall |
2010-08-20 | Another step in the process of making the parser depend on Sema: | John McCall |