]> granicus.if.org Git - clang/commit
ObjectiveC migrator. Fixes an obscure bug where
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 8 Nov 2013 01:15:17 +0000 (01:15 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 8 Nov 2013 01:15:17 +0000 (01:15 +0000)
commit78e39b0b69ee5af1d9691f3143de15cb37b8ad55
treeaed9153ecd82c37da7b156f74a4f8a5e4869335b
parent562d45ce29e8904e686e4caf18b8e6c4d6d3798d
ObjectiveC migrator. Fixes an obscure bug where
NS_RETURNS_INNER_POINTER ends up unintentionally
on the @property under -objcmt-migrate-all
// rdar://15396636

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194233 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/FrontendOptions.h
lib/ARCMigrate/ObjCMT.cpp
test/ARCMT/objcmt-migrate-all.m [new file with mode: 0644]
test/ARCMT/objcmt-migrate-all.m.result [new file with mode: 0644]