Age | Commit message (Expand) | Author |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-06-28 | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor |
2011-05-24 | Implement a new type node, UnaryTransformType, designed to represent a | Sean Hunt |
2011-05-19 | Implement __underlying_type for libc++. | Sean Hunt |
2011-05-01 | Switch the interface name for both TemplateTypeParmType and | Chandler Carruth |
2011-04-09 | Fix a bunch of major problems with __unknown_anytype and properly test | John McCall |
2011-02-17 | remove some defensive code: LocalInstantiationScope::getInstantiationOf | Chris Lattner |
2011-01-23 | Null initialize a few variables flagged by | Ted Kremenek |
2011-01-20 | Fix a use of uninitialized variables, found by Ted! | Douglas Gregor |
2011-01-19 | Implement basic support for the use of variadic templates and blocks | Douglas Gregor |
2011-01-14 | Teach PackExpansionExpr to keep track of the number of pack expansions | 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-12 | Teach TreeTransform how to transform a pack expansion type into | Douglas Gregor |
2011-01-11 | When mapping from a function parameter pack to the set of function | Douglas Gregor |
2011-01-10 | Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which | Douglas Gregor |
2011-01-07 | Implement substitution of a function parameter pack for its set of | Douglas Gregor |
2011-01-05 | Add Decl::isParameterPack(), which covers both function and template | Douglas Gregor |
2011-01-05 | Add semantic analysis for the creation of and an AST representation | Douglas Gregor |
2011-01-05 | Implement support for template template parameter packs, e.g., | Douglas Gregor |
2011-01-04 | Implement the sizeof...(pack) expression to compute the length of a | Douglas Gregor |
2011-01-03 | Implement pack expansions whose pattern is a base-specifier. | Douglas Gregor |
2011-01-03 | Properly rebuild pack expansions whose pattern is a non-type template | Douglas Gregor |
2011-01-03 | Diagnose the presence of unexpanded parameter packs within class | Douglas Gregor |
2011-01-03 | Implement support for pack expansions whose pattern is a non-type | Douglas Gregor |
2010-12-24 | When instantiating a non-type template parameter pack, be sure to | Douglas Gregor |
2010-12-23 | Add an AST representation for non-type template parameter | Douglas Gregor |
2010-12-23 | Implement parsing of function parameter packs and non-type template | 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-20 | Give the RecursiveASTVisitor a configuration function | Douglas Gregor |
2010-12-20 | Implement basic support for template instantiation of pack expansions | Douglas Gregor |
2010-12-20 | Introduce a new type, PackExpansionType, to capture types that are | Douglas Gregor |
2010-12-16 | Tweak a comment | Douglas Gregor |
2010-12-16 | Check for unexpanded parameter packs in default arguments. | Douglas Gregor |
2010-12-16 | Fix a regression I caused in r121930. It turns out that | Douglas Gregor |
2010-12-16 | Check for unexpanded parameter packs in using declarations. As a | Douglas Gregor |
2010-12-15 | Test that all of the relevant types properly compute the "contains | Douglas Gregor |
2010-12-15 | Introduce a RecursiveASTVisitor subclass that finds all unexpanded | Douglas Gregor |
2010-12-15 | Move the work-in-progress implementation of variadic templates to its own fil... | Douglas Gregor |