]> granicus.if.org Git - clang/commit
PR12224 (sort of): Diagnose inheriting constructor declarations in C++11 mode.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 27 Apr 2012 19:33:05 +0000 (19:33 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 27 Apr 2012 19:33:05 +0000 (19:33 +0000)
commita1366cbab89ec6d4f630dca91e85d03d9e5d1d7d
treef751332ea38ee8e9d20bf8ea8b2da3369daa59bb
parent392b3f5798a62fe038082df0a5e2244b08b917d8
PR12224 (sort of): Diagnose inheriting constructor declarations in C++11 mode.
We do not support IRGen for these, and get some parts of the semantic analysis
wrong.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155728 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclCXX.cpp
test/CXX/special/class.inhctor/elsewhere.cpp
test/CXX/special/class.inhctor/p3.cpp
test/CXX/special/class.inhctor/p7.cpp
test/CodeGenCXX/inheriting-constructor.cpp
test/SemaCXX/cxx98-compat.cpp