llvm-project/clang/test/CXX/module/module.interface
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
..
Inputs
p1.cpp
p2-2.cpp Add missing `struct` keyword to the test p2-2.cpp 2022-09-28 09:48:00 -07:00
p2.cpp [C++20] [Modules] Remove unmaintained Header Module 2022-11-18 10:39:33 +08:00
p3.cpp [C++20][Modules] Adjust handling of exports of namespaces and using-decls. 2022-04-08 08:57:37 +01:00
p5.cpp [C++20][Modules] Adjust handling of exports of namespaces and using-decls. 2022-04-08 08:57:37 +01:00
p6.cpp [C++20][Modules] Adjust handling of exports of namespaces and using-decls. 2022-04-08 08:57:37 +01:00
p7.cpp [C++20] [Module] Support reachable definition initially/partially 2022-06-29 12:48:48 +08:00