diff options
author | Daniel Jasper <djasper@google.com> | 2014-05-19 08:06:34 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2014-05-19 08:06:34 +0000 |
commit | 7f0c517168be0873856c54c0443da5341046e03e (patch) | |
tree | 48e79081322acacd8d939977a2b3fcad64a59068 /clang/lib/Serialization/ModuleManager.cpp | |
parent | 0dd5291e698d03222365efec1d37da28ab91de22 (diff) | |
download | llvm-7f0c517168be0873856c54c0443da5341046e03e.zip llvm-7f0c517168be0873856c54c0443da5341046e03e.tar.gz llvm-7f0c517168be0873856c54c0443da5341046e03e.tar.bz2 |
clang-format: Don't force line breaks in ObjC calls with ColumnLimit 0.
Before:
[self.x a:b c:d];
Got reformatted toi (with ColumnLimit set to 0):
[self.x a:b
c:d];
llvm-svn: 209114
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions