| Commit message (Expand) | Author | Age | Files | Lines |
* | [Sema] Fix a bug where pack expansion was not expanded in type alias | Erik Pilkington | 2016-07-05 | 1 | -0/+32 |
* | PR21531: fix crash on invalid with unexpanded pack in case value. | Richard Smith | 2014-11-20 | 1 | -0/+1 |
* | Towards PR21289: don't lose track of unexpanded parameter packs with | Richard Smith | 2014-10-17 | 1 | -0/+14 |
* | Eliminate UnaryTypeTraitExpr | Alp Toker | 2014-01-01 | 1 | -1/+1 |
* | Eliminate BinaryTypeTraitExpr | Alp Toker | 2013-12-13 | 1 | -1/+1 |
* | Add a couple more tests. | Eli Friedman | 2013-06-20 | 1 | -0/+1 |
* | Include the unexpanded packs in the initializer expression when checking a | Nick Lewycky | 2013-06-13 | 1 | -0/+11 |
* | Refactor to call ActOnFinishFullExpr on every full expression. Teach | Richard Smith | 2013-01-14 | 1 | -0/+9 |
* | Implement the last part of C++ [class.mem]p2, delaying the parsing of | Douglas Gregor | 2012-04-16 | 1 | -1/+1 |
* | Represent C++ direct initializers as ParenListExprs before semantic analysis | Sebastian Redl | 2012-02-11 | 1 | -1/+1 |
* | Remove a non-gcc-compatible extension that would apply attributes on declarat... | Eli Friedman | 2011-12-17 | 1 | -2/+1 |
* | Fix grammar for C++11 alignment specifiers, and add a few FIXMEs. | Peter Collingbourne | 2011-10-23 | 1 | -1/+2 |
* | Diagnose unexpanded parameter packs in member initialisers (including | Peter Collingbourne | 2011-10-23 | 1 | -0/+6 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -0/+4 |
* | Add -fcxx-exceptions to all tests that use C++ exceptions. | Anders Carlsson | 2011-02-28 | 1 | -1/+1 |
* | Pass -fexceptions to all tests that use try/catch/throw. | Anders Carlsson | 2011-02-19 | 1 | -1/+1 |
* | Add testing for unexpanded parameter packs in all of the C++ | Douglas Gregor | 2011-01-11 | 1 | -1/+128 |
* | Implement substitution of a function parameter pack for its set of | Douglas Gregor | 2011-01-07 | 1 | -0/+27 |
* | Implement support for template template parameter packs, e.g., | Douglas Gregor | 2011-01-05 | 1 | -0/+5 |
* | Properly rebuild pack expansions whose pattern is a non-type template | Douglas Gregor | 2011-01-03 | 1 | -1/+0 |
* | Diagnose the presence of unexpanded parameter packs within class | Douglas Gregor | 2011-01-03 | 1 | -4/+4 |
* | Add an AST representation for non-type template parameter | Douglas Gregor | 2010-12-23 | 1 | -0/+20 |
* | Clean up the printing of template argument packs; previously, we were | Douglas Gregor | 2010-12-20 | 1 | -1/+1 |
* | Implement basic support for template instantiation of pack expansions | Douglas Gregor | 2010-12-20 | 1 | -0/+19 |
* | Introduce a new type, PackExpansionType, to capture types that are | Douglas Gregor | 2010-12-20 | 1 | -2/+14 |
* | Add tests checking for unexpanded parameter packs in declarations that | Douglas Gregor | 2010-12-16 | 1 | -1/+20 |
* | Check for unexpanded parameter packs in non-type template parameter types. | Douglas Gregor | 2010-12-16 | 1 | -0/+3 |
* | Check for unexpanded parameter packs in default arguments. | Douglas Gregor | 2010-12-16 | 1 | -0/+9 |
* | Check for unexpanded parameter packs within variable initializers. | Douglas Gregor | 2010-12-16 | 1 | -0/+7 |
* | Check for unexpanded parameter packs in friend declarations. | Douglas Gregor | 2010-12-16 | 1 | -0/+4 |
* | Check for unexpanded parameter packs in using declarations. As a | Douglas Gregor | 2010-12-16 | 1 | -2/+7 |
* | Check for unexpanded parameter packs in enumeration types and enumerators. | Douglas Gregor | 2010-12-16 | 1 | -0/+4 |
* | Check for unexpanded parameter packs in static assertion expressions. | Douglas Gregor | 2010-12-15 | 1 | -0/+1 |
* | Check for unexpanded parameter packs in various kinds of | Douglas Gregor | 2010-12-15 | 1 | -0/+15 |
* | Test that all of the relevant types properly compute the "contains | Douglas Gregor | 2010-12-15 | 1 | -3/+89 |
* | Introduce a RecursiveASTVisitor subclass that finds all unexpanded | Douglas Gregor | 2010-12-15 | 1 | -3/+18 |
* | Variadic templates: extend the Expr class with a bit that specifies | Douglas Gregor | 2010-12-15 | 1 | -0/+5 |
* | Variadic templates: extend Type, NestedNameSpecifier, TemplateName, | Douglas Gregor | 2010-12-13 | 1 | -0/+11 |