[C++] [Modules] Conform the requirement to the suffix for interface units · Issue #57416 · llvm/llvm-project (original) (raw)
Currently, clang requires the filename of interface units ends with .cppm
(or .ccm
, .cxxm
, .c++m
). However, MSVC and GCC make different choices. It will be better to make them consistent and SG15 (Tooling subgroup) are working on it.