llvm-project/clang/test/CXX/dcl.decl/dcl.meaning
Richard Smith 5afcdf3f1c PR15390: If a function returns a pointer to a function, that function type
can't have default arguments even though it's a parameter-declaration-clause in
a function declaration.

llvm-svn: 176542
2013-03-06 01:37:38 +00:00
..
dcl.array Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
dcl.fct Fixed an assertion failure triggered by invalid code. 2013-01-11 14:34:39 +00:00
dcl.fct.default PR15390: If a function returns a pointer to a function, that function type 2013-03-06 01:37:38 +00:00
dcl.mptr
dcl.ref 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
p1-0x.cpp Move & comment the 'decltype in declarator-id' as suggested by Doug Gregor. 2011-12-14 18:59:02 +00:00
p1.cpp Promote the warning about extra qualification on a declaration from a 2012-09-13 20:16:20 +00:00