ChuanqiXu added a subscriber: MyDeveloperDay.
ChuanqiXu added inline comments.


================
Comment at: clang/test/Modules/search-partitions.cppm:20
+//--- partition1.cpp
+export module A : Part1;
+
----------------
@MyDeveloperDay hi, I remember the support for partitions in clang-format is 
done in https://reviews.llvm.org/D114151. I think I did something wrong. I 
format my code with the following command in the root directory of llvm project:
```
git diff -U0 --no-color --relative HEAD^ | 
clang/tools/clang-format/clang-format-diff.py -p1 -i
```

Would it use an out-dated clang-format? If yes, how should I use the proper 
one. Or if is it possible that the `.clang-format` files is not updated 
correctly?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120874

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to