]> granicus.if.org Git - clang/commit
Attach fixits for CFBridgingRetain/Release outside any casts.
authorJordan Rose <jordan_rose@apple.com>
Thu, 7 Jun 2012 01:10:35 +0000 (01:10 +0000)
committerJordan Rose <jordan_rose@apple.com>
Thu, 7 Jun 2012 01:10:35 +0000 (01:10 +0000)
commit826eac59e4b107973ed1c5a761ad8785aa1bcde4
treec15182bbeb10fc321a936990e0f12b1010a59a9e
parentd880b3aa6d594d1a7f2d307c29378c6f59b216ff
Attach fixits for CFBridgingRetain/Release outside any casts.

Before, the note showed the location where you could insert __bridge variants,
but the actual fixit edit came after the cast.

No functionality change.

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