diff options
author | Daniel Jasper <djasper@google.com> | 2013-04-11 14:29:13 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-04-11 14:29:13 +0000 |
commit | 6728fc11bcfdc75d111aabec7766180b08094804 (patch) | |
tree | 638c276b6cd4f28f67adfe6d96cff7373f141f55 /llvm/lib/Object/MachOObjectFile.cpp | |
parent | 18f082055275a5226d0ad5037128e7f1bf5ac827 (diff) | |
download | llvm-6728fc11bcfdc75d111aabec7766180b08094804.zip llvm-6728fc11bcfdc75d111aabec7766180b08094804.tar.gz llvm-6728fc11bcfdc75d111aabec7766180b08094804.tar.bz2 |
Change clang-format's affinity for breaking after return types.
Function declarations are now broken with the following preferences:
1) break amongst arguments.
2) break after return type.
3) break after (.
4) break before after nested name specifiers.
Options #2 or #3 are preferred over #1 only if a substantial number of
lines can be saved by that.
llvm-svn: 179287
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions