]> granicus.if.org Git - clang/commit
Replace -fobjc-default-synthesize-properties with disable-objc-default-synthesize...
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 27 Sep 2013 20:21:48 +0000 (20:21 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 27 Sep 2013 20:21:48 +0000 (20:21 +0000)
commit14f9889b9b88f73a891688d7732bf01a127d9e7c
treefe636b7cf37369e0fa02a14ad5a0cd0fc1d5b8bb
parent998894bf0b00f310e14751003ed5eaedd8df9b4b
Replace -fobjc-default-synthesize-properties with disable-objc-default-synthesize-properties.

We want the modern behavior most of the time, so inverting the option simplifies
the driver and the tests.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191551 91177308-0d34-0410-b5e6-96231b3b80d8
55 files changed:
include/clang/Driver/CC1Options.td
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
test/ARCMT/checking-in-arc.m
test/ARCMT/migrate-with-pch.m
test/ARCMT/migrate.m
test/ARCMT/objcmt-instancetype-2.m
test/ARCMT/objcmt-instancetype-2.m.result
test/ARCMT/objcmt-instancetype.m
test/ARCMT/objcmt-instancetype.m.result
test/ARCMT/objcmt-ns-macros.m
test/ARCMT/objcmt-ns-macros.m.result
test/ARCMT/objcmt-ns-returns-inner-pointer.m
test/ARCMT/objcmt-ns-returns-inner-pointer.m.result
test/ARCMT/objcmt-property.m
test/ARCMT/objcmt-property.m.result
test/ARCMT/objcmt-protocol-conformance.m
test/ARCMT/objcmt-protocol-conformance.m.result
test/Analysis/objc-properties.m
test/Analysis/objc/direct-ivar-assignment-in-annotated-functions.m
test/Analysis/objc_invalidation.m
test/Analysis/self-init.m
test/CodeGenObjC/auto-property-synthesize-protocol.m
test/CodeGenObjC/debug-info-block-line.m
test/CodeGenObjC/debug-info-default-synth-ivar.m
test/CodeGenObjC/debug-info-id-with-protocol.m
test/CodeGenObjC/debug-info-property4.m
test/CodeGenObjC/debug-info-property5.m
test/CodeGenObjC/reorder-synthesized-ivars.m
test/Driver/objc_default_synth.m [deleted file]
test/Driver/rewrite-legacy-objc.m
test/Driver/rewrite-objc.m
test/Index/comment-unqualified-objc-pointer.m
test/Rewriter/rewrite-modern-default-property-synthesis.mm
test/SemaObjC/arc-property-lifetime.m
test/SemaObjC/arc-readonly-property-ivar-1.m
test/SemaObjC/default-synthesize-1.m
test/SemaObjC/default-synthesize-2.m
test/SemaObjC/default-synthesize-3.m
test/SemaObjC/default-synthesize.m
test/SemaObjC/direct-synthesized-ivar-access.m
test/SemaObjC/error-outof-scope-property-use.m
test/SemaObjC/forward-protocol-incomplete-impl-warn.m
test/SemaObjC/iboutlet.m
test/SemaObjC/property-category-1.m
test/SemaObjC/provisional-ivar-lookup.m
test/SemaObjC/super-class-protocol-conformance.m
test/SemaObjC/super-property-notation.m
test/SemaObjC/synth-provisional-ivars-1.m
test/SemaObjC/synth-provisional-ivars.m
test/SemaObjC/synthesized-ivar.m
test/SemaObjC/unimplemented-protocol-prop.m
test/SemaObjC/warn-direct-ivar-access.m
test/SemaObjC/warn-implicit-atomic-property.m
test/SemaObjCXX/property-synthesis-error.mm