[clang] [clang-format] Don't break module names (PR #193834)

via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 25 11:06:03 PDT 2026


owenca wrote:

> We have the line type for import, I think we should use it.

Looks like `LT_ImportStatement` is for Objective-C `#import` directive and JavaScript `import` statement.

https://github.com/llvm/llvm-project/pull/193834


More information about the cfe-commits mailing list