llvm-project/clang/test/CXX/temp
Richard Smith 034185c2f9 The 'constexpr implies const' rule for non-static member functions is gone in
C++1y, so stop adding the 'const' there. Provide a compatibility warning for
code relying on this in C++11, with a fix-it hint. Update our lazily-written
tests to add the const, except for those ones which were testing our
implementation of this rule.

llvm-svn: 179969
2013-04-21 01:08:50 +00:00
..
temp.arg Add triples to these tests since they're now using TLS, which isn't available on all targets. 2013-04-15 08:00:15 +00:00
temp.decls The 'constexpr implies const' rule for non-static member functions is gone in 2013-04-21 01:08:50 +00:00
temp.fct.spec Add quotation marks to template names in diagnostics. 2013-03-05 06:21:38 +00:00
temp.names Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
temp.param Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
temp.res Fix regression in r168477. Use canonical decl when looking for base class 2012-11-22 00:40:54 +00:00
temp.spec The 'constexpr implies const' rule for non-static member functions is gone in 2013-04-21 01:08:50 +00:00
temp.type Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
p3.cpp Promote the warning about extra qualification on a declaration from a 2012-09-13 20:16:20 +00:00