summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/FormatToken.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2015-05-26 07:18:56 +0000
committerDaniel Jasper <djasper@google.com>2015-05-26 07:18:56 +0000
commit0805199185ef27e3ebd87acb95bbf5a794ee7efe (patch)
treed0ce3d667f7f02ddb94c63f96506333022e9258d /clang/lib/Format/FormatToken.cpp
parent1a028227041034ea7c8e8f1826a97d18dab32e89 (diff)
downloadbcm5719-llvm-0805199185ef27e3ebd87acb95bbf5a794ee7efe.tar.gz
bcm5719-llvm-0805199185ef27e3ebd87acb95bbf5a794ee7efe.zip
clang-format: [JS] Support ES6 spread operator.
Specifically, don't add a space before it. Before: someFunction(... a); var x = [1, 2, ... a]; After: someFunction(...a); var x = [1, 2, ...a]; llvm-svn: 238183
Diffstat (limited to 'clang/lib/Format/FormatToken.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud