diff options
author | Daniel Jasper <djasper@google.com> | 2016-01-07 08:53:35 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2016-01-07 08:53:35 +0000 |
commit | efc1a83a998556f1930c4072027ec83eb63465ce (patch) | |
tree | 0036af3629542bbb684a43f64f4bda3fc358eff5 /llvm/lib/IR/LegacyPassManager.cpp | |
parent | a809acec40d974e165171a9f60a05060d84d18a4 (diff) | |
download | bcm5719-llvm-efc1a83a998556f1930c4072027ec83eb63465ce.tar.gz bcm5719-llvm-efc1a83a998556f1930c4072027ec83eb63465ce.zip |
clang-format: [JS] Support more ES6 imports.
Before:
import a, {X, Y}
from 'some/module.js';
After:
import a, {X, Y} from 'some/module.js';
llvm-svn: 257038
Diffstat (limited to 'llvm/lib/IR/LegacyPassManager.cpp')
0 files changed, 0 insertions, 0 deletions