diff options
| author | Martin Probst <martin@probst.io> | 2021-04-14 13:43:38 +0200 |
|---|---|---|
| committer | Martin Probst <martin@probst.io> | 2021-04-14 17:20:07 +0200 |
| commit | d45df0d29f7005d3c25357f3982002eaf339f875 (patch) | |
| tree | f03970be3524164c93ff68b7be215f7969a018a6 /clang/lib/Basic/FileManager.cpp | |
| parent | f29dcbdde10c86cfd89196fc2aa0e7f6ca3c9c4e (diff) | |
| download | llvm-d45df0d29f7005d3c25357f3982002eaf339f875.zip llvm-d45df0d29f7005d3c25357f3982002eaf339f875.tar.gz llvm-d45df0d29f7005d3c25357f3982002eaf339f875.tar.bz2 | |
clang-format: [JS] merge import lines.
Multiple lines importing from the same URL can be merged:
import {X} from 'a';
import {Y} from 'a';
Merge to:
import {X, Y} from 'a';
This change implements this merge operation. It takes care not to merge in
various corner case situations (default imports, star imports).
Differential Revision: https://reviews.llvm.org/D100466
Diffstat (limited to 'clang/lib/Basic/FileManager.cpp')
0 files changed, 0 insertions, 0 deletions
