summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-03-01 16:48:32 +0000
committerDaniel Jasper <djasper@google.com>2013-03-01 16:48:32 +0000
commitf9a84b5f577dda8468f471ba2e2e5791f9962ce1 (patch)
tree0535565c4ffdc78eda5008758722ca180a48011a /clang/lib/Serialization/ASTWriter.cpp
parent3324cbefcde82930503483819cf76077192840d2 (diff)
downloadbcm5719-llvm-f9a84b5f577dda8468f471ba2e2e5791f9962ce1.tar.gz
bcm5719-llvm-f9a84b5f577dda8468f471ba2e2e5791f9962ce1.zip
Normal indent for last element of builder-type call.
In builder type call, we indent to the laster function calls. However, for the last element of such a call, we don't need to do so, as that normally just wastes space and does not increase readability. Before: aaaaaa->aaaaaa->aaaaaa( // break aaaaaa); aaaaaaaaaaaaaaaaaaaaa->aaaaaaaaaaaaaaaaaaaaaa ->aaaaaaaaaaaaaaaaaaaaaaaaaa( aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa); After: aaaaaa->aaaaaa->aaaaaa( // break aaaaaa); aaaaaaaaaaaaaaaaaaaaa->aaaaaaaaaaaaaaaaaaaaaa->aaaaaaaaaaaaaaaaaaaaaaaaaa( aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa); llvm-svn: 176352
Diffstat (limited to 'clang/lib/Serialization/ASTWriter.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud