summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF/BPFSubtarget.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2015-06-01 09:56:32 +0000
committerDaniel Jasper <djasper@google.com>2015-06-01 09:56:32 +0000
commit1699eca119e3488a21dfe50cbbfe8f1508b23eb3 (patch)
treec8d947ef361f67c2d16a11b30ab48de60bd5b83e /llvm/lib/Target/BPF/BPFSubtarget.cpp
parent0c41088ebfd9b9bc800d7f6d440733f22bb2d364 (diff)
downloadbcm5719-llvm-1699eca119e3488a21dfe50cbbfe8f1508b23eb3.tar.gz
bcm5719-llvm-1699eca119e3488a21dfe50cbbfe8f1508b23eb3.zip
clang-format: [JS] Making arrow function wrapping more consistent.
Before: someFunction(() => { doSomething(); // break }) .doSomethingElse( // break ); After: someFunction(() => { doSomething(); // break }) .doSomethingElse( // break ); This is still bad, but at least it is consistent with what we do for other function literals. Added corresponding tests. llvm-svn: 238736
Diffstat (limited to 'llvm/lib/Target/BPF/BPFSubtarget.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud