]> granicus.if.org Git - clang/commit
Objective-C++ Sema - Allow static_cast of one objc pointer to
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 12 May 2010 18:16:59 +0000 (18:16 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 12 May 2010 18:16:59 +0000 (18:16 +0000)
commit65267b233b167c9276075376a97147f586d37a69
treec1eafcbbed999a43af49c242593ed315ef060762
parent9679cafc6368cceed1a5e69d3038d0316401b352
Objective-C++ Sema - Allow static_cast of one objc pointer to
another.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103630 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaCXXCast.cpp
test/SemaObjCXX/static-cast.mm [new file with mode: 0644]