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 | 1ac3e05bbd99d43c4be88a5d10d5c884a2b7d2b4 (patch) | |
tree | eae701fbc08ec0497c2eb92911f84028a41321ab /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | b9ebd5d30e7851f44b5c6f53e40ed53fccecf890 (diff) | |
download | llvm-1ac3e05bbd99d43c4be88a5d10d5c884a2b7d2b4.zip llvm-1ac3e05bbd99d43c4be88a5d10d5c884a2b7d2b4.tar.gz llvm-1ac3e05bbd99d43c4be88a5d10d5c884a2b7d2b4.tar.bz2 |
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.
llvm-svn: 174364
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions