]> granicus.if.org Git - clang/commit
Test explicit specialization for all of the various cases where
authorDouglas Gregor <dgregor@apple.com>
Tue, 6 Oct 2009 21:27:51 +0000 (21:27 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 6 Oct 2009 21:27:51 +0000 (21:27 +0000)
commit13d2d6cfd6a0032402c98b4fa237526c5b40e3fb
treed42c66a21a40fd1459a9dd3a4d617bb58cef1fe9
parent07b1270f438292710466ca77a1ab83e74f1abebc
Test explicit specialization for all of the various cases where
explicit specializations can occur. Also, fix a minor recovery bug
where we should allow declarations coming from the parser to be NULL.

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