]> granicus.if.org Git - clang/commit
Try to instantiate templates before doing hierarchy checks in static_cast. Fixes...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Thu, 22 Oct 2009 15:07:22 +0000 (15:07 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Thu, 22 Oct 2009 15:07:22 +0000 (15:07 +0000)
commit5ed66f709126b60e88631bf86d7e2d59e774686f
tree333cb676b459a075a748ab552d114c48d6363963
parenta9e29aa4b1e5042a763240899d8b8cf1267c3ec5
Try to instantiate templates before doing hierarchy checks in static_cast. Fixes PR5261.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84860 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaCXXCast.cpp
test/SemaCXX/static-cast.cpp