summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/MemoryBufferTest.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-08-22 15:00:41 +0000
committerDaniel Jasper <djasper@google.com>2013-08-22 15:00:41 +0000
commit8de9ed05b7748ecd69b0a2f08611f456ad559c8a (patch)
tree1851727476ae8adfcdbce5cd495b7271bb3fc910 /llvm/unittests/Support/MemoryBufferTest.cpp
parenteffabf96916b766b9aa2324daf006b4da281fa57 (diff)
downloadbcm5719-llvm-8de9ed05b7748ecd69b0a2f08611f456ad559c8a.tar.gz
bcm5719-llvm-8de9ed05b7748ecd69b0a2f08611f456ad559c8a.zip
clang-format: Add column layout formatting for braced lists
With this patch, braced lists (with more than 3 elements are formatted in a column layout if possible). E.g.: static const uint16_t CallerSavedRegs64Bit[] = { X86::RAX, X86::RDX, X86::RCX, X86::RSI, X86::RDI, X86::R8, X86::R9, X86::R10, X86::R11, 0 }; Required other changes: - FormatTokens can now have a special role that contains extra data and can do special formattings. A comma separated list is currently the only implementation. - Move penalty calculation entirely into ContinuationIndenter (there was a last piece still in UnwrappedLineFormatter). Review: http://llvm-reviews.chandlerc.com/D1457 llvm-svn: 189018
Diffstat (limited to 'llvm/unittests/Support/MemoryBufferTest.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud