[PATCH] D115625: [clang-format] add support for cppm files

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 13 03:58:24 PST 2021


ChuanqiXu accepted this revision.
ChuanqiXu added a comment.
This revision is now accepted and ready to land.

Thanks for the quick respond!

A note in the summary:

  - C++20 Modules current style is to assign a new file suffix .cppm instead of .cpp and .h
  + C++20 Modules current style is to assign a new file suffix .cppm.

Since *.cpp and *.h is not deprecated.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115625



More information about the cfe-commits mailing list