]> granicus.if.org Git - clang/commit
Propagate the invalid bit from bases to derived template classes.
authorMatt Beaumont-Gay <matthewbg@google.com>
Fri, 21 Jun 2013 18:58:32 +0000 (18:58 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Fri, 21 Jun 2013 18:58:32 +0000 (18:58 +0000)
commit538fccb44c521f5f26e7aa4cebf6a55284e28b3d
tree12141e181fd3452a64156adefe924da6979d2a5e
parent0ac428eb8ae01995d70a8704862aafaea7c16c53
Propagate the invalid bit from bases to derived template classes.

Fixes PR16292.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184581 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiate.cpp
test/SemaTemplate/derived.cpp