summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-03-21 12:38:57 +0000
committerDaniel Jasper <djasper@google.com>2014-03-21 12:38:57 +0000
commita125d53a7b35cff606b9250feeb64e9761a3a308 (patch)
treec704cbc06b13707e4035d3bdbbbcc77ad1059e22 /lldb/source/Interpreter/CommandInterpreter.cpp
parent28df0a356ecb36da8b234783561a4c2fdbd0232a (diff)
downloadbcm5719-llvm-a125d53a7b35cff606b9250feeb64e9761a3a308.tar.gz
bcm5719-llvm-a125d53a7b35cff606b9250feeb64e9761a3a308.zip
clang-format: Let a trailing comma in braced lists enforce linebreaks.
Before: vector<int> x{1, 2, 3, 4, }; After: vector<int> x{ 1, 2, 3, 4, }; This fixes llvm.org/PR18519. llvm-svn: 204458
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud