]> granicus.if.org Git - clang/commit
Use intptr_t rather than long so that this test will not fail on LLP64 systems,
authorSean Hunt <rideau3@gmail.com>
Sun, 22 Nov 2009 07:05:50 +0000 (07:05 +0000)
committerSean Hunt <rideau3@gmail.com>
Sun, 22 Nov 2009 07:05:50 +0000 (07:05 +0000)
commitf1cd5e5c85f2ad433874310d826c1860a262909c
treec0082e08657be65df11787a09894279b98856a1a
parentb681b61fea36618778b8030360e90e3f4641233b
Use intptr_t rather than long so that this test will not fail on LLP64 systems,
where long is only 32-bits and so a reinterpret_cast would be ill-formed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89583 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaCXX/reinterpret-cast.cpp