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)
commitea1ba0adfcb7d0c500bc18534757d9296712e3c6
tree312f1a1de105a62f99fb24aaf42857b7ad7f25d1
parent09445c48362dd4906dd4ad28428d84e50c309cd9
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.

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