[cfe-commits] r172141 - /cfe/trunk/unittests/Format/FormatTest.cpp

Nico Weber nicolasweber at gmx.de
Thu Jan 10 15:12:30 PST 2013


Author: nico
Date: Thu Jan 10 17:12:29 2013
New Revision: 172141

URL: http://llvm.org/viewvc/llvm-project?rev=172141&view=rev
Log:
Formatter: Remove a fixme, Jordy says @synthesize is good as is.

Modified:
    cfe/trunk/unittests/Format/FormatTest.cpp

Modified: cfe/trunk/unittests/Format/FormatTest.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Format/FormatTest.cpp?rev=172141&r1=172140&r2=172141&view=diff
==============================================================================
--- cfe/trunk/unittests/Format/FormatTest.cpp (original)
+++ cfe/trunk/unittests/Format/FormatTest.cpp Thu Jan 10 17:12:29 2013
@@ -1459,9 +1459,6 @@
                "  f();\n"
                "}");
 
-  // FIXME: Some Apple code examples don't have spaces around '=' for
-  // @synthesize, decide if that's desired or not in LLVM style. Google style
-  // definitely wants spaces.
   verifyFormat("@synthesize dropArrowPosition = dropArrowPosition_;");
   verifyGoogleFormat("@synthesize dropArrowPosition = dropArrowPosition_;");
 





More information about the cfe-commits mailing list