Age | Commit message (Expand) | Author |
2012-07-08 | PR13243: When deducing a non-type template parameter which is specified as an | Richard Smith |
2012-07-08 | PR9793: Treat substitution as an instantiation step for the purpose of the | Richard Smith |
2012-07-07 | When marking virtual functions as used for a class' vtable, mark all functions | Richard Smith |
2012-06-25 | Make explicit specializations at class scope work | Nico Weber |
2012-06-22 | Show fixit for unqualified calls to methods of dependent bases | Nico Weber |
2012-06-20 | Allow unqualified lookup of non-dependent member functions | Nico Weber |
2012-06-10 | PR13064: Store whether an in-class initializer uses direct or copy | Richard Smith |
2012-06-08 | Fix up the 'typename' suggestion logic introduced in r157085, based on | Kaelyn Uhrain |
2012-05-22 | Replace inline asm constraint "=a" by the more general constraint "=r". | Simon Atanasyan |
2012-05-19 | Make delegating initializers use a similar codepath to base initializers in d... | Eli Friedman |
2012-05-18 | Suggest adding 'typename' when it would make the compiler | Kaelyn Uhrain |
2012-05-15 | Improve some of the conversion warnings to fire on conversion to bool. | David Blaikie |
2012-05-09 | Recover properly if a class member declaration starts with a scope specifier | Richard Smith |
2012-05-09 | A little tweak to the SFINAE condition reporting. Don't say: | Richard Smith |
2012-05-07 | When we suppress an error due to SFINAE, stash the diagnostic away with the | Richard Smith |
2012-05-01 | Fix test cases broken by 155936. | David Blaikie |
2012-04-26 | Add a missing ExpressionEvaluationContext for template default arguments. Fi... | Eli Friedman |
2012-04-25 | When resolving default template arguments, it should be done in the declarati... | Argyrios Kyrtzidis |
2012-04-22 | PR12585: When processing a friend template inside a class template, don't | Richard Smith |
2012-04-21 | Fix test failure. | Richard Smith |
2012-04-21 | When declaring a template, check that the context doesn't already contain a | Richard Smith |
2012-04-20 | Replace r155185 with a better fix, which also addresses PR12557. When looking | Richard Smith |
2012-04-20 | Fix a bug which creduce found reducing PR12585. | Richard Smith |
2012-04-19 | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard |
2012-04-19 | PR 12586: Fix assert while running libc++ testsuite: deal with exception | Richard Smith |
2012-04-17 | PR12569: Instantiate exception specifications of explicit instantiations | Richard Smith |
2012-04-17 | Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. | Richard Smith |
2012-04-05 | Enable warn_impcast_literal_float_to_integer by default. | David Blaikie |
2012-04-02 | PR12438: Profile a reference to a type template parameter by depth and index, | Richard Smith |
2012-03-30 | If we encounter a friend class template for which we cannot resolve | Douglas Gregor |
2012-03-22 | During the instantiation of a class template specialization, that | Richard Smith |
2012-03-18 | Replace a FIXME with a diagnostic when we can't resolve the | Douglas Gregor |
2012-03-12 | Fix parsing of type-specifier-seq's. Types are syntactically allowed to be | Richard Smith |
2012-03-07 | Correct test from r152189. | Eli Friedman |
2012-03-07 | Make sure we consistently canonicalize types when canonicalizing TemplateTemp... | Eli Friedman |
2012-03-02 | Ensure that we instantiate static reference data members of class templates | Richard Smith |
2012-02-29 | A couple minor bug-fixes for template instantiation for expressions which are... | Eli Friedman |
2012-02-16 | Shift Microsoft enum extensions from -fms-extensions to -fms-compatibility, s... | Eli Friedman |
2012-02-15 | If a static data member of a class template which could be used in a constant | Richard Smith |
2012-02-14 | If a constexpr function template specialization is referenced, and then the | Richard Smith |
2012-02-11 | Represent C++ direct initializers as ParenListExprs before semantic analysis | Sebastian Redl |
2012-02-10 | Track whether a function type has a trailing return type as type sugar. Use this | Richard Smith |
2012-02-10 | --lies. | Richard Smith |
2012-02-10 | Make sure we convert struct layout pragmas to attributes for class templates ... | Eli Friedman |
2012-02-06 | Fixed instantiation of DependentScopeDeclRefExpr. | Abramo Bagnara |
2012-01-28 | Added tests for template keyword presence. | Abramo Bagnara |
2012-01-25 | When we're substituting into a function parameter pack and expect to | Douglas Gregor |
2012-01-25 | Fix PR11848: decree that an alias template contains an unexpanded parameter pack | Richard Smith |
2012-01-24 | Promote the extension warning for attempts to catch a reference or | Douglas Gregor |
2012-01-15 | Pedantic diagnostic correction: in C++, we have integral constant expressions, | Richard Smith |