llvm-project/clang/unittests/Format
Nico Weber a2a8495e19 Formatter: No spaces around '=' in @property lines.
Before:
@property(assign, getter = isEditable) BOOL editable;

Now:
@property(assign, getter=isEditable) BOOL editable;

It'd be nice if some Apple person could let me know if spaces are preferred
around '=' in @synthesize lines (see FIXME in the test).

llvm-svn: 172110
2013-01-10 21:30:42 +00:00
..
CMakeLists.txt
FormatTest.cpp Formatter: No spaces around '=' in @property lines. 2013-01-10 21:30:42 +00:00
Makefile Fixes Makefile for Format unit tests. 2012-12-06 22:29:01 +00:00