PR15311: Finish implementation of the suggested resolution of core issue 1488,
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 20 Feb 2013 20:19:27 +0000 (20:19 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 20 Feb 2013 20:19:27 +0000 (20:19 +0000)
commitb19337fbe474a0086d0154421d4b2cedfa8d92a2
treec43b04b310e52f0c03351e58fbe8b1ebc90c3420
parent1366a61242b6184df1638e295996980cb6eae122
PR15311: Finish implementation of the suggested resolution of core issue 1488,
which allows grouping parens in an abstract-pack-declarator. This was already
mostly implemented, but missed some cases. Add an ExtWarn for use of this
extension until CWG ratifies it.

llvm-svn: 175660
clang/include/clang/Basic/DiagnosticParseKinds.td
clang/lib/Parse/ParseDecl.cpp
clang/test/FixIt/fixit-cxx0x.cpp
clang/test/Parser/cxx0x-ambig.cpp