aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate
AgeCommit message (Expand)Author
2012-09-06Don't try to check override control for invalid member functions. Fixes a cra...Richard Smith
2012-08-30Reland r160052: Default to -std=c++11 on Windows.Nico Weber
2012-08-18PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers andRichard Smith
2012-08-08Implement warning for integral null pointer constants other than the literal 0.David Blaikie
2012-07-30Improvements to vexing-parse warnings. Make the no-parameters case moreRichard Smith
2012-07-27Final piece of core issue 1330: delay computing the exception specification ofRichard Smith
2012-07-16More for PR11848: a pack expansion type isn't necessarily type-dependent (itsRichard Smith
2012-07-16PR13365: Fix code which was trying to treat an array of DeducedTemplateArgumentRichard Smith
2012-07-16Related to PR11848 and core-21989: switch ContainsUnexpandedParameterPack fromRichard Smith
2012-07-15PR13368: Halve the instantiation depth of this test again. Apparently, FreeBSDRichard Smith
2012-07-13Provide a special-case diagnostic when two class member functions instantiateRichard Smith
2012-07-09PR13136:Richard Smith
2012-07-08Halve template depth in an attempt to get this test passing on mingw32.Richard Smith
2012-07-08test/SemaTemplate/instantiation-depth-defarg.cpp: Mark as XFAIL:mingw for now.NAKAMURA Takumi
2012-07-08PR13243: When deducing a non-type template parameter which is specified as anRichard Smith
2012-07-08PR9793: Treat substitution as an instantiation step for the purpose of theRichard Smith
2012-07-07When marking virtual functions as used for a class' vtable, mark all functionsRichard Smith
2012-06-25Make explicit specializations at class scope workNico Weber
2012-06-22Show fixit for unqualified calls to methods of dependent basesNico Weber
2012-06-20Allow unqualified lookup of non-dependent member functionsNico Weber
2012-06-10PR13064: Store whether an in-class initializer uses direct or copyRichard Smith
2012-06-08Fix up the 'typename' suggestion logic introduced in r157085, based onKaelyn Uhrain
2012-05-22Replace inline asm constraint "=a" by the more general constraint "=r".Simon Atanasyan
2012-05-19Make delegating initializers use a similar codepath to base initializers in d...Eli Friedman
2012-05-18Suggest adding 'typename' when it would make the compilerKaelyn Uhrain
2012-05-15Improve some of the conversion warnings to fire on conversion to bool.David Blaikie
2012-05-09Recover properly if a class member declaration starts with a scope specifierRichard Smith
2012-05-09A little tweak to the SFINAE condition reporting. Don't say:Richard Smith
2012-05-07When we suppress an error due to SFINAE, stash the diagnostic away with theRichard Smith
2012-05-01Fix test cases broken by 155936.David Blaikie
2012-04-26Add a missing ExpressionEvaluationContext for template default arguments. Fi...Eli Friedman
2012-04-25When resolving default template arguments, it should be done in the declarati...Argyrios Kyrtzidis
2012-04-22PR12585: When processing a friend template inside a class template, don'tRichard Smith
2012-04-21Fix test failure.Richard Smith
2012-04-21When declaring a template, check that the context doesn't already contain aRichard Smith
2012-04-20Replace r155185 with a better fix, which also addresses PR12557. When lookingRichard Smith
2012-04-20Fix a bug which creduce found reducing PR12585.Richard Smith
2012-04-19Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard
2012-04-19PR 12586: Fix assert while running libc++ testsuite: deal with exceptionRichard Smith
2012-04-17PR12569: Instantiate exception specifications of explicit instantiationsRichard Smith
2012-04-17Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith
2012-04-05Enable warn_impcast_literal_float_to_integer by default.David Blaikie
2012-04-02PR12438: Profile a reference to a type template parameter by depth and index,Richard Smith
2012-03-30If we encounter a friend class template for which we cannot resolveDouglas Gregor
2012-03-22During the instantiation of a class template specialization, thatRichard Smith
2012-03-18Replace a FIXME with a diagnostic when we can't resolve theDouglas Gregor
2012-03-12Fix parsing of type-specifier-seq's. Types are syntactically allowed to beRichard Smith
2012-03-07Correct test from r152189.Eli Friedman
2012-03-07Make sure we consistently canonicalize types when canonicalizing TemplateTemp...Eli Friedman
2012-03-02Ensure that we instantiate static reference data members of class templatesRichard Smith