https://reviews.llvm.org/D150116 introduced a bug. export type X = Y was considered an export declaration and took part in import sorting. This is not correct. With this change export type X = Y properly terminates import sorting.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo