diff options
| author | Daniel Jasper <djasper@google.com> | 2013-03-01 16:48:32 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2013-03-01 16:48:32 +0000 |
| commit | f9a84b5f577dda8468f471ba2e2e5791f9962ce1 (patch) | |
| tree | 0535565c4ffdc78eda5008758722ca180a48011a /clang/lib/Serialization | |
| parent | 3324cbefcde82930503483819cf76077192840d2 (diff) | |
| download | bcm5719-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')
0 files changed, 0 insertions, 0 deletions

