Age | Commit message (Expand) | Author |
2012-09-06 | Don't try to check override control for invalid member functions. Fixes a cra... | Richard Smith |
2012-08-30 | Reland r160052: Default to -std=c++11 on Windows. | Nico Weber |
2012-08-18 | PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and | Richard Smith |
2012-08-08 | Implement warning for integral null pointer constants other than the literal 0. | David Blaikie |
2012-07-30 | Improvements to vexing-parse warnings. Make the no-parameters case more | Richard Smith |
2012-07-27 | Final piece of core issue 1330: delay computing the exception specification of | Richard Smith |
2012-07-16 | More for PR11848: a pack expansion type isn't necessarily type-dependent (its | Richard Smith |
2012-07-16 | PR13365: Fix code which was trying to treat an array of DeducedTemplateArgument | Richard Smith |
2012-07-16 | Related to PR11848 and core-21989: switch ContainsUnexpandedParameterPack from | Richard Smith |
2012-07-15 | PR13368: Halve the instantiation depth of this test again. Apparently, FreeBSD | Richard Smith |
2012-07-13 | Provide a special-case diagnostic when two class member functions instantiate | Richard Smith |
2012-07-09 | PR13136: | Richard Smith |
2012-07-08 | Halve template depth in an attempt to get this test passing on mingw32. | Richard Smith |
2012-07-08 | test/SemaTemplate/instantiation-depth-defarg.cpp: Mark as XFAIL:mingw for now. | NAKAMURA Takumi |
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 |