summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-05-31 14:56:12 +0000
committerDaniel Jasper <djasper@google.com>2013-05-31 14:56:12 +0000
commit2c611c034163b5211c141b7964c4d2e4d9b7bcdb (patch)
tree6fd628b99d52e3ba92e1c3b9de88c81458f02047 /clang/lib/Format/Format.cpp
parent41cd6102e916cbfe1895767f751d2b00d8c4bc8c (diff)
downloadbcm5719-llvm-2c611c034163b5211c141b7964c4d2e4d9b7bcdb.tar.gz
bcm5719-llvm-2c611c034163b5211c141b7964c4d2e4d9b7bcdb.zip
Properly format nested conditional operators.
Before: bool aaaaaa = aaaaaaaaaaaaa // ? aaaaaaaaaaaaaaa : bbbbbbbbbbbbbbb // ? ccccccccccccccc : ddddddddddddddd; After: bool aaaaaa = aaaaaaaaaaaaa // ? aaaaaaaaaaaaaaa : bbbbbbbbbbbbbbb // ? ccccccccccccccc : ddddddddddddddd; llvm-svn: 183007
Diffstat (limited to 'clang/lib/Format/Format.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud