[PATCH] D137609: [C++20] [Modules] Remove unmaintained header modules

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 17 18:40:06 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG4a7be42d922a: [C++20] [Modules] Remove unmaintained Header Module (authored by ChuanqiXu).
Herald added a subscriber: MaskRay.

Changed prior to commit:
  https://reviews.llvm.org/D137609?vs=473884&id=476313#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137609/new/

https://reviews.llvm.org/D137609

Files:
  clang/include/clang/Driver/Action.h
  clang/include/clang/Driver/Options.td
  clang/include/clang/Frontend/FrontendActions.h
  clang/include/clang/Frontend/FrontendOptions.h
  clang/include/clang/Lex/ModuleMap.h
  clang/lib/Driver/Action.cpp
  clang/lib/Driver/Driver.cpp
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/lib/Frontend/CompilerInvocation.cpp
  clang/lib/Frontend/FrontendActions.cpp
  clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
  clang/lib/Lex/ModuleMap.cpp
  clang/test/CXX/cpp/cpp.module/Inputs/attrs.h
  clang/test/CXX/cpp/cpp.module/Inputs/empty.h
  clang/test/CXX/cpp/cpp.module/p1.cpp
  clang/test/CXX/cpp/cpp.module/p2.cpp
  clang/test/CXX/module/module.interface/p2.cpp
  clang/test/Driver/header-module.cpp
  clang/test/Driver/modules.cpp
  clang/test/Misc/serialized-diags-emit-header-module-misconfig.c
  clang/test/Modules/no-module-map.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137609.476313.patch
Type: text/x-patch
Size: 25082 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221118/0a030432/attachment-0001.bin>


More information about the cfe-commits mailing list