]> granicus.if.org Git - clang/commit
Handle reinterpret_cast between integral types and pointer types.
authorAnders Carlsson <andersca@mac.com>
Tue, 15 Sep 2009 04:48:33 +0000 (04:48 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 15 Sep 2009 04:48:33 +0000 (04:48 +0000)
commit7f9e646b7ed47bc8e9a60031ad0c2b55031e2077
tree82b80b60e961e8fe37c5d3a425a4d5bbf9286a5c
parentc1eb14a66fdd955aff3f957a5843295f27952bdd
Handle reinterpret_cast between integral types and pointer types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81837 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
include/clang/AST/ExprCXX.h
lib/AST/Expr.cpp
lib/CodeGen/CGExprScalar.cpp
lib/Sema/SemaCXXCast.cpp
test/CodeGenCXX/reinterpret-cast.cpp [new file with mode: 0644]