[PATCH] D114151: [clang-format] [C++20] [Module] clang-format couldn't recognize partitions

Arthur O'Dwyer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 18 09:41:25 PST 2021


Quuxplusone added inline comments.


================
Comment at: clang/unittests/Format/FormatTest.cpp:22443
+               Style);
+}
+
----------------
I'd like to see `module :private;`
I'd like to see `import <foo/bar.h>;`
I'd like to see `import foo...bar;`
I'd like to see `import ..........;`
Is `module foo:private;` a thing?
Is `module public:while;` a thing?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114151/new/

https://reviews.llvm.org/D114151



More information about the cfe-commits mailing list