Age | Commit message (Expand) | Author |
2011-01-11 | When mapping from a function parameter pack to the set of function | Douglas Gregor |
2011-01-11 | Implement the last bullet of [temp.deduct.type]p5 and part of the last | Douglas Gregor |
2011-01-10 | Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which | Douglas Gregor |
2011-01-08 | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Sean Hunt |
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-05 | Implement support for template template parameter packs, e.g., | Douglas Gregor |
2011-01-04 | Implement pack expansion of base initializers, so that we can | Douglas Gregor |
2010-12-23 | Add an AST representation for non-type template parameter | Douglas Gregor |
2010-12-22 | Implement template argument deduction for pack expansions whose | Douglas Gregor |
2010-12-21 | Implement instantiation of pack expansions whose pattern is a type-id | Douglas Gregor |
2010-12-14 | Added missing IgnoreParens(). | Abramo Bagnara |
2010-12-14 | Restore r121752 without modification. | John McCall |
2010-12-14 | Pull out r121752 in case it's causing the selfhost breakage. | John McCall |
2010-12-14 | Factor out most of the extra state in a FunctionProtoType into a separate | John McCall |
2010-12-13 | Skip ParenType on function instantiations. | Abramo Bagnara |
2010-12-09 | Fix PR8760: IndirectFieldDecl Type was not updated during template instantiat... | Francois Pichet |
2010-12-06 | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall |
2010-12-04 | More anonymous struct/union redesign. This one deals with anonymous field use... | Francois Pichet |
2010-12-03 | Added struct/class syntactic info for c++0x scoped enum. | Abramo Bagnara |
2010-11-28 | Minor whitespace and comment fixes. No functionality change. | Nico Weber |
2010-11-25 | Tie DefineVTablesUsed() in with recursive function instantiation so that we emit | Nick Lewycky |
2010-11-21 | Major anonymous union/struct redesign. | Francois Pichet |
2010-11-20 | A bundle of whitespace changes, separated out from the functional changes. | Nick Lewycky |
2010-11-10 | Instantiate class member template partial specialization declarations | Douglas Gregor |
2010-11-08 | Don't lose track of previous-declarations when instantiating a class template. | Nick Lewycky |
2010-11-07 | Remove broken support for variadic templates, along with the various | Douglas Gregor |
2010-11-05 | When searching for an instantiated declaration requires instantiation | Douglas Gregor |
2010-10-30 | Preserve the template type parameter name when instantiating a templace. | Nick Lewycky |
2010-10-26 | No really, we don't have a retain/release system for statements/expressions | John McCall |
2010-10-22 | Parse attributes on enumerators and instantiate attributes on enum decls. | John McCall |
2010-10-21 | Pass TInfo to CXXDestructorDecl::Create(), just like we do for other | Craig Silverstein |
2010-10-19 | When instantiating a dependently-scoped friend function declaration, | John McCall |
2010-10-19 | Instantiate enclosing template parameter lists when instantiating friends. | John McCall |
2010-10-19 | Redirect templated friend class decls to a new Sema callback and | John McCall |
2010-10-08 | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor |
2010-09-29 | Fix handling of dependent nested namespace specifiers in UsingDecls | 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-17 | When emitting a new-expression inside a conditional expression, | John McCall |
2010-09-12 | Diagnose the instantiation of variables (including static data | Douglas Gregor |
2010-09-09 | Eliminate the comma locations from all of the Sema routines that deal | Douglas Gregor |
2010-09-03 | Fix PR7402 when it strikes via template instantiation. | Chandler Carruth |
2010-08-31 | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl |
2010-08-30 | When template substitution into a template parameter reduces the level | Douglas Gregor |
2010-08-30 | zap tabs | Gabor Greif |
2010-08-30 | fix dual aspect of PR8007, | Gabor Greif |
2010-08-28 | simplify by relying on cascading operator-> | Gabor Greif |
2010-08-28 | simplify | Gabor Greif |