iains added inline comments.

================
Comment at: clang/test/Modules/search-partitions.cppm:20
+//--- partition1.cpp
+export module A : Part1;
+
----------------
ChuanqiXu wrote:
> @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?
FWIW, I have been using `git clang-format .... ` with llvm-14 clang-format in 
my PATH and it seems to work OK there - but not for llvm <= 13 (on macOS 10.15).



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