diff options
author | Nico Weber <nicolasweber@gmx.de> | 2013-01-09 20:25:35 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2013-01-09 20:25:35 +0000 |
commit | 27d1367871a6eab347346497e87ea1adb2fd15a5 (patch) | |
tree | c87bd5b78c37c01a6117e1213a378993bb7043a5 /lib/Lex/ModuleMap.cpp | |
parent | ccdb2a5e0ab4b0a7fc9d3859c6bb1676182169d5 (diff) |
Formatter: Add support for @interface.
Previously:
@interface Foo + (id)init; @end
Now:
@interface Foo
+ (id)init;
@end
Some tweaking remains, but this is a good first step.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171995 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions