summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-01-16 14:59:02 +0000
committerDaniel Jasper <djasper@google.com>2013-01-16 14:59:02 +0000
commit9278eb95e3d371e52313dfdac7653159d377a9ef (patch)
tree9983080f474cdbcf92cbc6fe47bd68fc000f1fcc /clang/lib/Serialization/ASTWriter.cpp
parent249981040b9f01e6557b977d94f63e504361dac5 (diff)
downloadbcm5719-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/Serialization/ASTWriter.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud