]> granicus.if.org Git - clang/commit
Add more testing for the properties of explicit specialization.
authorDouglas Gregor <dgregor@apple.com>
Thu, 8 Oct 2009 16:41:22 +0000 (16:41 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 8 Oct 2009 16:41:22 +0000 (16:41 +0000)
commit9916a047c55ea18845d706bf95e7517b646933d0
treea4c3c270df24956f9b8491b455c5a8738ce87a35
parent12af63bd2498c1af44b9a50eb0de5839487809d4
Add more testing for the properties of explicit specialization.

Also, eliminate a redundant diagnostic by marking a variable declared
with incomplete type as an invalid declaration.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83553 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/CXX/temp/temp.spec/temp.expl.spec/p3.cpp [new file with mode: 0644]
test/CXX/temp/temp.spec/temp.expl.spec/p4.cpp [new file with mode: 0644]
test/CXX/temp/temp.spec/temp.expl.spec/p5.cpp [new file with mode: 0644]