This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG63042d46bb0c: clang-format: [JS] don't sort named
imports if off. (authored by mprobst).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST A
mprobst created this revision.
mprobst added a reviewer: krasimir.
mprobst requested review of this revision.
Herald added a project: clang.
The previous implementation would accidentally still sort the individual
named imports, even if the module reference was in a clang-format off
block.
Repos