llvm-project/clang/test/CXX/dcl.decl/dcl.meaning
Nathan Sidwell 5bb231c279 FIX PR 18432, default args, friends & late-parsed members.
Sema::MergeCXXFunctionDecl: propagate hasUnparsedDefaultArg to new decl.

Parser::HandleMemberFunctionDeclDelays: check hasUnparsedDefaultArg
flag.

Parser::ParseLexedMethodDeclaration: handle inherited unparsed default
arg case.

llvm-svn: 229852
2015-02-19 14:03:22 +00:00
..
dcl.array Switch the semantic DeclContext for a block-scope declaration of a function or 2013-09-20 01:15:31 +00:00
dcl.fct Don't crash on an invalid trailing return type on a function before a '...' 2014-12-30 02:06:40 +00:00
dcl.fct.default FIX PR 18432, default args, friends & late-parsed members. 2015-02-19 14:03:22 +00:00
dcl.mptr Correct hyphenations in comments and assert messages 2013-12-05 04:47:09 +00:00
dcl.ref PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, or 2014-02-19 00:13:27 +00:00
p1-0x.cpp Don't emit an ExtWarn on declarations of variable template specializations; 2014-04-17 02:56:49 +00:00
p1.cpp Parse: Recover more gracefully from extra :: tokens before a { 2014-12-29 23:12:23 +00:00