diff options
author | Daniel Jasper <djasper@google.com> | 2015-05-29 06:19:49 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-05-29 06:19:49 +0000 |
commit | 8c42d445e35bcb5a6ea39972757f298b9cf2f7e2 (patch) | |
tree | 5dabc09e95ff54c18860ceb809f87a1f1ae51824 /lldb/source/Commands/CommandObjectBreakpointCommand.cpp | |
parent | 2af5e6fbf921401f6dc5d71a44cbc1b609c1d30c (diff) | |
download | llvm-8c42d445e35bcb5a6ea39972757f298b9cf2f7e2.zip llvm-8c42d445e35bcb5a6ea39972757f298b9cf2f7e2.tar.gz llvm-8c42d445e35bcb5a6ea39972757f298b9cf2f7e2.tar.bz2 |
clang-format: [JS] Support ES6 computed property names.
Before:
var x = {
[a]: 1,
b: 2
};
After:
var x = {
[a]: 1,
b: 2
};
llvm-svn: 238544
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpointCommand.cpp')
0 files changed, 0 insertions, 0 deletions