diff options
author | Daniel Jasper <djasper@google.com> | 2013-01-23 10:08:28 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-01-23 10:08:28 +0000 |
commit | e941b169db764cedea0e105a2d7e2e8f0a966e16 (patch) | |
tree | f6bbc8dcf957f0a0b940359e1dac02f3e865b4b0 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 0a3a3c9900425b96f0d182e4e0004229aca6715c (diff) | |
download | llvm-e941b169db764cedea0e105a2d7e2e8f0a966e16.zip llvm-e941b169db764cedea0e105a2d7e2e8f0a966e16.tar.gz llvm-e941b169db764cedea0e105a2d7e2e8f0a966e16.tar.bz2 |
Add option to allow putting all parameters onto the next line.
This only affects styles where BinPackParameters is false.
With AllowAllParametersOnNextLine:
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(
aaaaaaaaaa, aaaaaaaaaa, aaaaaaaaaa, aaaaaaaaaaa, aaaaaaaaaaa);
Without it:
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(aaaaaaaaaa,
aaaaaaaaaa,
aaaaaaaaaa,
aaaaaaaaaaa,
aaaaaaaaaaa);
llvm-svn: 173246
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions