summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/SourceMgr.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-02-15 11:07:25 +0000
committerDaniel Jasper <djasper@google.com>2013-02-15 11:07:25 +0000
commit54a8602aefbd75e09fa5371f28f3eeb529b6d9f2 (patch)
tree94a5d994eb3e3412eff5932200e1db23ff0fe19e /llvm/lib/Support/SourceMgr.cpp
parent3533ad6bbdf7256b6929f4b48dd92cddf3e5f165 (diff)
downloadbcm5719-llvm-54a8602aefbd75e09fa5371f28f3eeb529b6d9f2.tar.gz
bcm5719-llvm-54a8602aefbd75e09fa5371f28f3eeb529b6d9f2.zip
Prevent only breaking before "?" in conditional expressions.
This is almost always more readable. Before: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ? aaaaaaaaaaaaaaaaaaaaaaaaaaa : aaaaaaaaaaaaaaaaaaaaaaaaaaa; After: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ? aaaaaaaaaaaaaaaaaaaaaaaaaaa : aaaaaaaaaaaaaaaaaaaaaaaaaaa; llvm-svn: 175262
Diffstat (limited to 'llvm/lib/Support/SourceMgr.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud