llvm-project/clang/test/CXX/module
Chuanqi Xu 4a7be42d92 [C++20] [Modules] Remove unmaintained Header Module
Currently there is a -emit-header-module mode, which can combine several
headers together as a module interface. However, this breaks our
assumption (for standard c++ modules) about module interface. The module
interface should come from a module interface unit. And if it is a
header, it should be a header unit. And currently we have no ideas to
combine several headers together.

So I think this mode is an experimental one and it is not maintained and
it is not used. So it will be better to remove them.

Reviewed By: Bigcheese, dblaikie, bruno

Differential Revision: https://reviews.llvm.org/D137609
2022-11-18 10:39:33 +08:00
..
module.context [C++20] [Module] Support reachable definition initially/partially 2022-06-29 12:48:48 +08:00
module.import [C++20] [Module] Support reachable definition initially/partially 2022-06-29 12:48:48 +08:00
module.interface [C++20] [Modules] Remove unmaintained Header Module 2022-11-18 10:39:33 +08:00
module.private.frag [NFC] [C++20] [Modules] Add test to show private module fragment is not allowed in partition unit 2022-03-09 19:05:54 +08:00
module.reach [NFC] Add an invalid test case for clang/test/CXX/module/module.reach/ex1.cpp 2022-08-31 13:02:00 +08:00
module.unit [C++20] [Module] Support reachable definition initially/partially 2022-06-29 12:48:48 +08:00