aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate
AgeCommit message (Expand)Author
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
2012-02-29A couple minor bug-fixes for template instantiation for expressions which are...Eli Friedman
2012-02-16Shift Microsoft enum extensions from -fms-extensions to -fms-compatibility, s...Eli Friedman
2012-02-15If a static data member of a class template which could be used in a constantRichard Smith
2012-02-14If a constexpr function template specialization is referenced, and then theRichard Smith
2012-02-11Represent C++ direct initializers as ParenListExprs before semantic analysisSebastian Redl
2012-02-10Track whether a function type has a trailing return type as type sugar. Use thisRichard Smith
2012-02-10--lies.Richard Smith
2012-02-10Make sure we convert struct layout pragmas to attributes for class templates ...Eli Friedman
2012-02-06Fixed instantiation of DependentScopeDeclRefExpr.Abramo Bagnara
2012-01-28Added tests for template keyword presence.Abramo Bagnara
2012-01-25When we're substituting into a function parameter pack and expect toDouglas Gregor
2012-01-25Fix PR11848: decree that an alias template contains an unexpanded parameter packRichard Smith
2012-01-24Promote the extension warning for attempts to catch a reference orDouglas Gregor
2012-01-15Pedantic diagnostic correction: in C++, we have integral constant expressions,Richard Smith