aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/temp
AgeCommit message (Expand)Author
2013-04-21The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith
2013-04-15Add triples to these tests since they're now using TLS, which isn't available...Richard Smith
2013-04-13Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith
2013-03-05Add quotation marks to template names in diagnostics.David Blaikie
2013-01-31Improve 'failed template argument deduction' diagnostic for the case where weRichard Smith
2013-01-18Once we've collected the template arguments for aDouglas Gregor
2013-01-17Add test for PR12938, fixed by Richard Smith in r172691David Blaikie
2013-01-14Refactor to call ActOnFinishFullExpr on every full expression. TeachRichard Smith
2013-01-14PR12008: defer adding the implicit 'const' to a constexpr member function untilRichard Smith
2012-12-06Fix http://stackoverflow.com/questions/13521163Richard Smith
2012-11-22Fix regression in r168477. Use canonical decl when looking for base classRichard Smith
2012-11-22Fix CXXRecordDecl::forallBases to not look through bases which are dependentRichard Smith
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-09-26Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationTypeRichard Smith
2012-09-19Fix a small FIXME involving template partial ordering andEli Friedman
2012-09-19Fix function template partial ordering rules for static vs. non-staticEli Friedman
2012-09-13Promote the warning about extra qualification on a declaration from aDouglas Gregor
2012-09-12PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith
2012-09-07PR9023: A template template parameter whose template parameter list contains anRichard Smith
2012-08-10Check access to friend declarations. There's a number of differentJohn McCall
2012-07-18PR13386: When matching up parameters between a function template declarationRichard Smith
2012-06-29From Philippe Canal:Axel Naumann
2012-06-06Whenever we have a BalancedDelimiterTracker, we have a 'nested' scopeDouglas Gregor
2012-06-06Allow CorrectTypo to add/modify nested name qualifiers to typos thatKaelyn Uhrain
2012-05-15Improve some of the conversion warnings to fire on conversion to bool.David Blaikie
2012-05-09hopefully fix a bunch of ARM buildbot failuresNuno Lopes
2012-05-07Change how we suppress access control in explicit instantiationsJohn McCall
2012-05-05Use raw_ostream in TypePrinter and eliminate uses of temporary std::strings.Argyrios Kyrtzidis
2012-04-16Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor
2012-04-13PR12500: Improve the wording of the diagnostic for a redefinition of a nameRichard Smith
2012-04-10Improve diagnostics in C++11 when a non-type template argument for aDouglas Gregor
2012-04-10Rework implementation of null non-type template arguments based onDouglas Gregor
2012-04-06Implement support for null non-type template arguments for non-typeDouglas Gregor
2012-04-05Enable warn_impcast_literal_float_to_integer by default.David Blaikie
2012-04-04Hardcode a triple to prevent the test failing on targets which don't support ...Richard Smith
2012-04-04Implement C++11 [temp.arg.nontype]'s permission to use the address of an objectRichard Smith
2012-03-28Unify and fix our checking of C++ [dcl.meaning]p1's requirementsDouglas Gregor
2012-03-23Support for definitions of member enumerations of class templates outside theRichard Smith
2012-03-14Instantiating a class template should not instantiate the definition of anyRichard Smith
2012-03-13Implement [temp.param]p5: the top-level cv-qualifiers on a non-type templateRichard Smith
2012-03-13PR11850 + duplicates: don't assume that a function parameter pack expansion isRichard Smith
2012-03-12C++11 [temp.deduct.call]p6 tweak: when given a set of overlaodedDouglas Gregor
2012-03-11When template argument deduction is ignoring qualifiers, perform deepDouglas Gregor
2012-02-22Improve diagnostics a bit for bad member initializers, and fix an obscure bug...Eli Friedman
2012-02-11Represent C++ direct initializers as ParenListExprs before semantic analysisSebastian Redl
2012-02-03When a pack expansion occurs in the template argument list of an aliasDouglas Gregor
2012-02-03Implement support for a pack expansion into a fixed-lengthDouglas Gregor
2012-01-09Fix "note" of a duplicate explicit instantiation definition following a speci...Nico Weber
2012-01-05Tweak the fix to PR8977: an empty expression-list represents value initializa...Eli Friedman
2011-12-29Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith