summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprCXX.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-02-03 18:07:15 +0000
committerDaniel Jasper <djasper@google.com>2013-02-03 18:07:15 +0000
commit1ca05ccf68e856519e538d585918aa227d9b253d (patch)
tree54fd270651e6a7bd30ecae1c82b10e9fcf2a891a /clang/lib/CodeGen/CGExprCXX.cpp
parent2aedfbd1775d83132082c4341278fe0cdd41fdf1 (diff)
downloadbcm5719-llvm-1ca05ccf68e856519e538d585918aa227d9b253d.tar.gz
bcm5719-llvm-1ca05ccf68e856519e538d585918aa227d9b253d.zip
Fix bug in formatting of nested initializers.
We can now format: SomeArrayOfSomeType a = { { { 1, 2, 3 } }, { { 1, 2, 3 } }, { { 111111111111111111111111111111, 222222222222222222222222222222, 333333333333333333333333333333 } }, { { 1, 2, 3 } }, { { 1, 2, 3 } } }; Before, we did strange things there. llvm-svn: 174291
Diffstat (limited to 'clang/lib/CodeGen/CGExprCXX.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud