summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-02-28 15:04:12 +0000
committerDaniel Jasper <djasper@google.com>2013-02-28 15:04:12 +0000
commita400cab43adcc7361433e28a48a38f655e34a632 (patch)
treec1a1ea0e655e8b94ab62cc0e1e85b10e1ae5e097 /clang/lib/CodeGen/CodeGenModule.cpp
parentce17020c973e7b25aac23405b2a7812f40c1bb5b (diff)
downloadbcm5719-llvm-a400cab43adcc7361433e28a48a38f655e34a632.tar.gz
bcm5719-llvm-a400cab43adcc7361433e28a48a38f655e34a632.zip
Reduce penalty for splitting after "{" in static initializers.
This fixes llvm.org/PR15379. Before: const uint8_t aaaaaaaaaaaaaaaaaaaaaa[0] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // comment 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // comment 0x00, 0x00, 0x00, 0x00 // comment }; After: const uint8_t aaaaaaaaaaaaaaaaaaaaaa[0] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // comment 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // comment 0x00, 0x00, 0x00, 0x00 // comment }; llvm-svn: 176262
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud