]> granicus.if.org Git - clang/commit
PR15755: don't drop parameter packs when dropping parameters with default
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 17 Apr 2013 19:00:52 +0000 (19:00 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 17 Apr 2013 19:00:52 +0000 (19:00 +0000)
commit987c03085558277a5fe8cef8e1b628cabcc626dc
tree2be148645ad961beef8acc0e1bddf29d4228cd3b
parent82b0f86252c050b43f2e5d5425d6e37970aabd7c
PR15755: don't drop parameter packs when dropping parameters with default
arguments in the formation of a candidate set of inheriting constructors.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179708 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/CXX/special/class.inhctor/p1.cpp