]> granicus.if.org Git - clang/commitdiff
Formatter: Remove a fixme, Jordy says @synthesize is good as is.
authorNico Weber <nicolasweber@gmx.de>
Thu, 10 Jan 2013 23:12:29 +0000 (23:12 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 10 Jan 2013 23:12:29 +0000 (23:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172141 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Format/FormatTest.cpp

index 1d6cff152dbc5d3d57adbc62ac2251a26c31e3b8..7740e10b144c494367c1cd44513e3fe34049ce61 100644 (file)
@@ -1459,9 +1459,6 @@ TEST_F(FormatTest, ObjCSnippets) {
                "  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_;");