diff options
| author | Daniel Jasper <djasper@google.com> | 2013-01-16 14:59:02 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2013-01-16 14:59:02 +0000 |
| commit | 9278eb95e3d371e52313dfdac7653159d377a9ef (patch) | |
| tree | 9983080f474cdbcf92cbc6fe47bd68fc000f1fcc /clang/lib/Sema/CodeCompleteConsumer.cpp | |
| parent | 249981040b9f01e6557b977d94f63e504361dac5 (diff) | |
| download | bcm5719-llvm-9278eb95e3d371e52313dfdac7653159d377a9ef.tar.gz bcm5719-llvm-9278eb95e3d371e52313dfdac7653159d377a9ef.zip | |
Add option to avoid "bin-packing" of parameters.
"Bin-packing" here means allowing multiple parameters on one line, if a
function call/declaration is spread over multiple lines.
This is required by the Chromium style guide and probably desired for
the Google style guide. Not making changes to LLVM style as I don't have
enough data.
With this enabled, we format stuff like:
aaaaaaaaaaaaaaa(aaaaaaaaaa,
aaaaaaaaaa,
aaaaaaaaaaaaaaaaaaaaaaa).aaaaaaaaaaaaaaaaaa();
llvm-svn: 172617
Diffstat (limited to 'clang/lib/Sema/CodeCompleteConsumer.cpp')
0 files changed, 0 insertions, 0 deletions

