]> granicus.if.org Git - clang/commit
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)
commit30f2a74f882adcadb8060d914684f65a401d87ba
tree320a18e9f78285f9ebc962aa5da5d7ea33e2cd1e
parent3bba3efba0e57071d60b355ed62639f93e37711c
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175660 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
lib/Parse/ParseDecl.cpp
test/FixIt/fixit-cxx0x.cpp
test/Parser/cxx0x-ambig.cpp