[cfe-commits] r152441 - /cfe/trunk/lib/Driver/Tools.cpp

Nico Weber nicolasweber at gmx.de
Fri Mar 9 13:19:44 PST 2012


Author: nico
Date: Fri Mar  9 15:19:44 2012
New Revision: 152441

URL: http://llvm.org/viewvc/llvm-project?rev=152441&view=rev
Log:
Update comment after r152140. Clarify a bit too.


Modified:
    cfe/trunk/lib/Driver/Tools.cpp

Modified: cfe/trunk/lib/Driver/Tools.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.cpp?rev=152441&r1=152440&r2=152441&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Tools.cpp (original)
+++ cfe/trunk/lib/Driver/Tools.cpp Fri Mar  9 15:19:44 2012
@@ -2250,7 +2250,8 @@
     }
   }
 
-  // -fobjc-default-synthesize-properties=0 is default.
+  // -fobjc-default-synthesize-properties=1 is default. This only has an effect
+  // if the nonfragile objc abi is used.
   if (Args.hasFlag(options::OPT_fobjc_default_synthesize_properties,
                    options::OPT_fno_objc_default_synthesize_properties,
                    getToolChain().IsObjCDefaultSynthPropertiesDefault())) {





More information about the cfe-commits mailing list