| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix whitespace. | NAKAMURA Takumi | 2011-01-27 | 1 | -485/+485 |
* | 7bit-ize. | NAKAMURA Takumi | 2011-01-27 | 1 | -6/+6 |
* | When we run into a template parameter that should have a default | Douglas Gregor | 2011-01-27 | 1 | -1/+19 |
* | Fix a horrible bug in our handling of C-style casting, where a C-style | Douglas Gregor | 2011-01-27 | 1 | -4/+5 |
* | Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actually | Douglas Gregor | 2011-01-25 | 1 | -2/+4 |
* | Re-instate r123977/r123978, my updates of the reference-binding | Douglas Gregor | 2011-01-24 | 1 | -0/+1 |
* | revert r123977 and r123978 to fix PR9026. | Rafael Espindola | 2011-01-22 | 1 | -1/+0 |
* | Update the reference-binding implementation used for overload | Douglas Gregor | 2011-01-21 | 1 | -0/+1 |
* | Implement support for non-type template parameter packs whose type is | Douglas Gregor | 2011-01-19 | 1 | -2/+49 |
* | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -2/+2 |
* | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -1/+0 |
* | Teach template template argument pack expansions to keep track of the | Douglas Gregor | 2011-01-14 | 1 | -2/+6 |
* | The variable 'ReusedDecl' is written but never read. | Ted Kremenek | 2011-01-14 | 1 | -2/+0 |
* | The variable 'isTemplateSpecialization' is no longer | Ted Kremenek | 2011-01-14 | 1 | -6/+3 |
* | Start implementing support for substitution into pack expansions that | Douglas Gregor | 2011-01-14 | 1 | -0/+5 |
* | Only apply the parameter pack matching of C++0x [temp.arg.template]p3 | Douglas Gregor | 2011-01-13 | 1 | -1/+2 |
* | Implement C++0x [temp.arg.template]p3, which allows slightly fuzzy | Douglas Gregor | 2011-01-13 | 1 | -23/+76 |
* | Refactor and simplify Sema::TemplateParameterListsAreEqual. We had a | Douglas Gregor | 2011-01-12 | 1 | -133/+106 |
* | Add TemplateArgument::CreatePackCopy() to create a new parameter pack | Douglas Gregor | 2011-01-11 | 1 | -6/+5 |
* | Implement C++ [temp.func.order]p5 more directly, by passing down the | Douglas Gregor | 2011-01-11 | 1 | -2/+2 |
* | Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which | Douglas Gregor | 2011-01-10 | 1 | -4/+7 |
* | Replace the representation of template template argument pack | Douglas Gregor | 2011-01-05 | 1 | -1/+15 |
* | Add semantic analysis for the creation of and an AST representation | Douglas Gregor | 2011-01-05 | 1 | -2/+15 |
* | Update C++ [temp.param]p11 citation to reflect the changes in C++0x. No funct... | Douglas Gregor | 2011-01-05 | 1 | -3/+4 |
* | Implement C++0x [temp.param]p11 for non-type and template template | Douglas Gregor | 2011-01-05 | 1 | -5/+15 |
* | Implement proper parameter pack matching for non-type template | Douglas Gregor | 2011-01-05 | 1 | -0/+43 |
* | Implement support for template template parameter packs, e.g., | Douglas Gregor | 2011-01-05 | 1 | -20/+31 |
* | Improve our handling of non-type template parameters in partial | Douglas Gregor | 2011-01-04 | 1 | -2/+6 |
* | Properly rebuild pack expansions whose pattern is a non-type template | Douglas Gregor | 2011-01-03 | 1 | -1/+1 |
* | Unwrap template argument packs when checking the template arguments of | Douglas Gregor | 2011-01-03 | 1 | -28/+54 |
* | Diagnose the presence of unexpanded parameter packs within class | Douglas Gregor | 2011-01-03 | 1 | -0/+6 |
* | Non-type template parameter packs cannot have default arguments. | Douglas Gregor | 2010-12-24 | 1 | -0/+8 |
* | Add an AST representation for non-type template parameter | Douglas Gregor | 2010-12-23 | 1 | -8/+4 |
* | Implement parsing of function parameter packs and non-type template | Douglas Gregor | 2010-12-23 | 1 | -0/+6 |
* | Reimplement the comparison of a class template partial | Douglas Gregor | 2010-12-23 | 1 | -83/+26 |
* | Tweak the checking of class template partial specialization arguments | Douglas Gregor | 2010-12-21 | 1 | -4/+16 |
* | A class template partial specialization cannot be a friend. Fixes PR8649. | Douglas Gregor | 2010-12-21 | 1 | -0/+6 |
* | Implement basic support for template instantiation of pack expansions | Douglas Gregor | 2010-12-20 | 1 | -2/+0 |
* | When checking a template argument list against a template containing | Douglas Gregor | 2010-12-20 | 1 | -12/+45 |
* | Clean up the handling of template argument packs, especially in the | Douglas Gregor | 2010-12-20 | 1 | -71/+12 |
* | Introduce a new type, PackExpansionType, to capture types that are | Douglas Gregor | 2010-12-20 | 1 | -0/+6 |
* | Apply attributes to explicit specializations. Specializations which | John McCall | 2010-12-18 | 1 | -0/+3 |
* | Delay the check for unexpanded parameter packs in the types of | Douglas Gregor | 2010-12-16 | 1 | -8/+41 |
* | Check for unexpanded parameter packs in non-type template parameter types. | Douglas Gregor | 2010-12-16 | 1 | -3/+9 |
* | Check for unexpanded parameter packs in default arguments. | Douglas Gregor | 2010-12-16 | 1 | -5/+21 |
* | Move the work-in-progress implementation of variadic templates to its own fil... | Douglas Gregor | 2010-12-15 | 1 | -29/+0 |
* | Sema: have BuildExpressionFromIntegralTemplateArgument produce well-formed In... | Peter Collingbourne | 2010-12-15 | 1 | -1/+10 |
* | Variadic templates: extend the Expr class with a bit that specifies | Douglas Gregor | 2010-12-15 | 1 | -4/+1 |
* | Variadic templates: extend Type, NestedNameSpecifier, TemplateName, | Douglas Gregor | 2010-12-13 | 1 | -0/+30 |
* | Do not substitute template types if template has dependent context | Peter Collingbourne | 2010-12-10 | 1 | -2/+5 |