diff options
| author | Daniel Jasper <djasper@google.com> | 2013-07-17 15:38:19 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2013-07-17 15:38:19 +0000 |
| commit | c834c70986b01f5086d72bc5c5e564d7d0ebbc74 (patch) | |
| tree | be37cc901d894de56cdbaade23f87fee5e26c352 /llvm/lib/TableGen/TGParser.cpp | |
| parent | 21b3da0f939c699e671dd8df460fce7079361123 (diff) | |
| download | bcm5719-llvm-c834c70986b01f5086d72bc5c5e564d7d0ebbc74.tar.gz bcm5719-llvm-c834c70986b01f5086d72bc5c5e564d7d0ebbc74.zip | |
Improve line breaking before multi-line strings.
The AlwaysBreakBeforeMultilineStrings rule does not really make sense
if it does not a column gain.
Before (in Google style):
f(
"aaaa"
"bbbb");
After:
f("aaaa"
"bbbb");
llvm-svn: 186515
Diffstat (limited to 'llvm/lib/TableGen/TGParser.cpp')
0 files changed, 0 insertions, 0 deletions

