| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Only print _Bool as 'bool' when 'bool' is defined as an object-like | Douglas Gregor | 2011-09-27 | 1 | -2/+2 |
* | When 'bool' is not a built-in type but is defined as a macro, print | Douglas Gregor | 2011-09-27 | 1 | -2/+2 |
* | ArrayRef-ifying the fields passed to Sema::ActOnFields | David Blaikie | 2011-09-22 | 1 | -3/+2 |
* | ArrayRef-ifying the UnexpandedParameterPacks passed to Sema::CheckParameterPa... | David Blaikie | 2011-09-22 | 1 | -4/+2 |
* | Implement function template specialization at class scope extension in Micros... | Francois Pichet | 2011-08-14 | 1 | -2/+3 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -16/+15 |
* | Replace r134583's fix for PR10290 with one which also works for non-value-dep... | Richard Smith | 2011-07-20 | 1 | -26/+8 |
* | Create a new expression node, SubstNonTypeTemplateParmExpr, | John McCall | 2011-07-15 | 1 | -56/+53 |
* | In an in-class initialization, defer checks for value-dependent initialization | Nick Lewycky | 2011-07-07 | 1 | -3/+5 |
* | Introduce the notion of instantiation dependence into Clang's AST. A | Douglas Gregor | 2011-07-01 | 1 | -6/+7 |
* | Preserve that a TemplateName was arrived at by substituting | John McCall | 2011-06-30 | 1 | -2/+3 |
* | When performing substitution of default template template parameters | Douglas Gregor | 2011-06-15 | 1 | -2/+14 |
* | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -2/+46 |
* | Made changes to how 'struct'/'class' mismatches are handled in -Wmismatched-t... | Richard Trieu | 2011-06-10 | 1 | -1/+2 |
* | Add an assertion to tell us when we're going off the deep end trying | Douglas Gregor | 2011-05-22 | 1 | -2/+6 |
* | When determining whether we need to instantiate a function type, | Douglas Gregor | 2011-05-09 | 1 | -0/+6 |
* | Modify some deleted function methods to better reflect reality: | Alexis Hunt | 2011-05-06 | 1 | -2/+2 |
* | Implement support for C++0x alias templates. | Richard Smith | 2011-05-05 | 1 | -4/+8 |
* | Store a parameter index and function prototype depth in every | John McCall | 2011-05-01 | 1 | -1/+7 |
* | Re-applies the patch first applied way back in r106099, with | Chandler Carruth | 2011-05-01 | 1 | -1/+6 |
* | Diagnose attempts to implicitly instantiate a template before it is | John McCall | 2011-04-27 | 1 | -2/+11 |
* | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -7/+10 |
* | When substituting in for a template name, do not produce a qualified | Douglas Gregor | 2011-03-05 | 1 | -0/+7 |
* | When determining template instantiation arguments within a function | Douglas Gregor | 2011-03-05 | 1 | -0/+6 |
* | Kill off TreeTransform::TransformNestedNameSpecifier() in favor of the | Douglas Gregor | 2011-03-02 | 1 | -10/+0 |
* | Kill off the TreeTransform::TransformTemplateName overload that has | Douglas Gregor | 2011-03-02 | 1 | -60/+5 |
* | Start migrating TreeTransform's TransformTemplateName over to version | Douglas Gregor | 2011-03-02 | 1 | -0/+62 |
* | When we're substituting into a parameter-type-list nested inside the pattern | Douglas Gregor | 2011-03-02 | 1 | -5/+11 |
* | Reinstate the introduction of source-location information for | Douglas Gregor | 2011-03-01 | 1 | -3/+5 |
* | Revert r126748, my second attempt at nested-name-specifier source | Douglas Gregor | 2011-03-01 | 1 | -5/+3 |
* | Reinstate r126737, extending the generation of type-source location | Douglas Gregor | 2011-03-01 | 1 | -3/+5 |
* | Revert r126737, the most recent nested-name-specifier location change, for bu... | Douglas Gregor | 2011-03-01 | 1 | -5/+3 |
* | Push nested-name-specifier source location information into elaborated | Douglas Gregor | 2011-03-01 | 1 | -3/+5 |
* | Use NestedNameSpecifierLoc within out-of-line variables, function, and | Douglas Gregor | 2011-02-25 | 1 | -0/+11 |
* | Step #2/N of __label__ support: keep pushing LabelDecl forward, | Chris Lattner | 2011-02-17 | 1 | -3/+7 |
* | Inline LocalInstantiationScope::getInstantiationOf into its one | Chris Lattner | 2011-02-17 | 1 | -11/+0 |
* | remove some defensive code: LocalInstantiationScope::getInstantiationOf | Chris Lattner | 2011-02-17 | 1 | -4/+2 |
* | Teach the evaluation of the __is_convertible_to trait to translate | Douglas Gregor | 2011-01-27 | 1 | -17/+52 |
* | Use attributes for all the override control specifiers. | Anders Carlsson | 2011-01-24 | 1 | -3/+0 |
* | Mark classes final and/or explicit during class template instantiation. | Anders Carlsson | 2011-01-22 | 1 | -0/+3 |
* | Implement support for non-type template parameter packs whose type is | Douglas Gregor | 2011-01-19 | 1 | -6/+29 |
* | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -1/+1 |
* | Introduce a new kind of TemplateName that captures a substituted | Douglas Gregor | 2011-01-15 | 1 | -6/+59 |
* | Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, | Douglas Gregor | 2011-01-15 | 1 | -4/+52 |
* | Teach template template argument pack expansions to keep track of the | Douglas Gregor | 2011-01-14 | 1 | -4/+1 |
* | Handle substitutions into function parameter packs whose patterns | Douglas Gregor | 2011-01-14 | 1 | -6/+9 |
* | Keep track of the number of expansions to be produced from a type pack | Douglas Gregor | 2011-01-14 | 1 | -4/+6 |
* | Start implementing support for substitution into pack expansions that | Douglas Gregor | 2011-01-14 | 1 | -4/+41 |
* | Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which | Douglas Gregor | 2011-01-10 | 1 | -3/+97 |
* | When instantiating the arguments to an initializer, use the | Douglas Gregor | 2011-01-07 | 1 | -0/+12 |