| commit | ea772b4df29c88ce44413b6935278b9eddc3ff5d | [log] [tgz] |
|---|---|---|
| author | Daniel Jasper <djasper@google.com> | Thu Oct 16 08:38:51 2014 +0000 |
| committer | Daniel Jasper <djasper@google.com> | Thu Oct 16 08:38:51 2014 +0000 |
| tree | 30e85df8039c79b077fa295a761f398d31367efc | |
| parent | 9bc86593a26ff0168d2ddd0b6145c34555ed785a [diff] |
clang-format: [ObjC] Fix method expression detection. Before: return (a)[foo bar : baz]; After: return (a)[foo bar:baz]; llvm-svn: 219919