[llvm-bugs] [Bug 52517] New: [clang-format] [C++20] [Module] clang-format couldn't recognize partitions
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Nov 16 00:28:31 PST 2021
https://bugs.llvm.org/show_bug.cgi?id=52517
Bug ID: 52517
Summary: [clang-format] [C++20] [Module] clang-format couldn't
recognize partitions
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: C++2a
Assignee: unassignedclangbugs at nondot.org
Reporter: yedeng.yd at linux.alibaba.com
CC: blitzrakete at gmail.com, erik.pilkington at gmail.com,
llvm-bugs at lists.llvm.org, richard-llvm at metafoo.co.uk
The clang-format now coulnd't recognize module partitions correctly. It would
format
```
export module foo:bar;
```
to
```
export module foo : bar;
```
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20211116/db4401df/attachment.html>
More information about the llvm-bugs
mailing list