]> granicus.if.org Git - clang/commit
Move the type checking that Sema::ActOnCastExpr does into a new Sema::CheckCastTypes...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 16 Aug 2008 20:27:34 +0000 (20:27 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 16 Aug 2008 20:27:34 +0000 (20:27 +0000)
commit6c2dc4d99392042a70dff89ee8cfa9594075709e
tree70ca243dbc807540a7577628783195858b1e7d0f
parent0cd5b429fad6833dda23f0aced14a10907ac5539
Move the type checking that Sema::ActOnCastExpr does into a new Sema::CheckCastTypes function so that it can be reused.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54852 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaExpr.cpp