projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9efe291
)
Formatter: Remove a fixme, Jordy says @synthesize is good as is.
author
Nico Weber
<nicolasweber@gmx.de>
Thu, 10 Jan 2013 23:12:29 +0000
(23:12 +0000)
committer
Nico Weber
<nicolasweber@gmx.de>
Thu, 10 Jan 2013 23:12:29 +0000
(23:12 +0000)
llvm-svn: 172141
clang/unittests/Format/FormatTest.cpp
patch
|
blob
|
history
diff --git
a/clang/unittests/Format/FormatTest.cpp
b/clang/unittests/Format/FormatTest.cpp
index
1d6cff1
..
7740e10
100644
(file)
--- 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_;");