summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/cxx-module-extensions.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Consolidate 3.27 release notesBrad King2023-06-051-5/+0
| | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.27.rst`.
* Treat '.ccm', '.cxxm', and '.c++m' files as C++ sourcesBrad King2023-03-091-0/+5
| | | | | | | | | 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.
* Help: Consolidate 3.21 release notesBrad King2021-06-141-4/+0
| | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.21.rst`.
* Treat '.ixx' and '.cppm' files as C++ sourcesAndrew Gilewsky2021-03-221-0/+4
These extensions are used by convention for C++ modules and interface units with MSVC.