[PATCH] D114151: [clang-format] [C++20] [Module] clang-format couldn't recognize partitions
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 18 10:43:28 PST 2021
MyDeveloperDay added a comment.
Nasty, but let me take a look
module: private;
import <foo / bar.h>;
import foo... bar;
import..........;
module foo: private;
module public : while;
they all feel all kinds of wrong!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114151/new/
https://reviews.llvm.org/D114151
More information about the cfe-commits
mailing list