]> granicus.if.org Git - clang/commit
Avoid spurious error messages if parent template class cannot be instantiated
authorSerge Pavlov <sepavloff@gmail.com>
Sat, 10 Aug 2013 05:54:47 +0000 (05:54 +0000)
committerSerge Pavlov <sepavloff@gmail.com>
Sat, 10 Aug 2013 05:54:47 +0000 (05:54 +0000)
commit62f675cf69ca52c163fd9c0564d84356bb7ffca1
treec75ddf1223905cfe76210ba42dbd10b73f109c51
parentbcb2500463e898e96656025c7742ae13eba7647e
Avoid spurious error messages if parent template class cannot be instantiated

Differential Revision: http://llvm-reviews.chandlerc.com/D924

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188133 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDeclCXX.cpp
lib/Parse/ParseTemplate.cpp
test/Parser/cxx-template-argument.cpp
test/SemaCXX/class.cpp