diff options
author | Nico Weber <nicolasweber@gmx.de> | 2013-01-10 23:12:29 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2013-01-10 23:12:29 +0000 |
commit | 71f95e05ecf37f997bef0bf1cb47039782a311e2 (patch) | |
tree | c02367bf10b6799f698635e0a78ec9ec54020a8c /clang/unittests/Format/FormatTest.cpp | |
parent | 9efe291fa874cda376d60aef47373e83b3a862f1 (diff) | |
download | bcm5719-llvm-71f95e05ecf37f997bef0bf1cb47039782a311e2.tar.gz bcm5719-llvm-71f95e05ecf37f997bef0bf1cb47039782a311e2.zip |
Formatter: Remove a fixme, Jordy says @synthesize is good as is.
llvm-svn: 172141
Diffstat (limited to 'clang/unittests/Format/FormatTest.cpp')
-rw-r--r-- | clang/unittests/Format/FormatTest.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/unittests/Format/FormatTest.cpp b/clang/unittests/Format/FormatTest.cpp index 1d6cff152db..7740e10b144 100644 --- a/clang/unittests/Format/FormatTest.cpp +++ b/clang/unittests/Format/FormatTest.cpp @@ -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_;"); |