diff options
author | Daniel Jasper <djasper@google.com> | 2013-02-05 10:07:47 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-02-05 10:07:47 +0000 |
commit | 63d7cedca8616921c1908c88c2f23fcd67bbab99 (patch) | |
tree | 76ca1fb0f7f86634712e6fc2d578438933ca8d96 /lib/Frontend/LangStandards.cpp | |
parent | d399bfff5a57325d8e63116c70aa727b1fb43232 (diff) |
Initial support for formatting ObjC method declarations/calls.
We can now format stuff like:
- (void)doSomethingWith:(GTMFoo *)theFoo
rect:(NSRect)theRect
interval:(float)theInterval {
[myObject doFooWith:arg1 //
name:arg2
error:arg3];
}
This seems to fix everything mentioned in llvm.org/PR14939.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174364 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/LangStandards.cpp')
0 files changed, 0 insertions, 0 deletions