]> granicus.if.org Git - clang/commit
ObjectiveC migrator. Introduce a new objcmt-atomic-property option
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 9 Oct 2013 19:06:08 +0000 (19:06 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 9 Oct 2013 19:06:08 +0000 (19:06 +0000)
commit39ebb02cb0bd342ced56de6d19aa9992aa0371b8
tree562ea9993458737c3d5db92d224fe5ac2e95482b
parent53fe3f55887cddc777d0aff09143483c6b29baa0
ObjectiveC migrator. Introduce a new objcmt-atomic-property option
and use it to infer all properties as 'atomic'.
// rdar://14988132

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