Treat '.ccm', '.cxxm', and '.c++m' files as C++ sources

These extensions are used by convention for C++ module interface units
with Clang.

For now, do not add any tests using these extensions.
Very few compilers recognize them as C++ sources.
Tests can be added later as part of C++ modules support.
This commit is contained in:
Brad King
2023-03-09 11:37:12 -05:00
parent 8c96d145c1
commit 45d1925efc
5 changed files with 10 additions and 5 deletions
@@ -0,0 +1,5 @@
cxx-module-extensions
---------------------
* Source file extensions ``.ccm``, ``.cxxm``, or ``.c++m`` are now
treated as C++.