Files
clang-p2996/clang/test/ClangScanDeps/Inputs/removed-args/module.modulemap
Jan Svoboda 6da811fd5c [clang][deps] Reset non-modular language and preprocessor options
There are a number of language and preprocessor options that are reset in the `CompilerInvocation` that describes the build of an implicit module. This patch uses the logic for explicit modules as well.

Reviewed By: dexonsmith

Differential Revision: https://reviews.llvm.org/D108710
2021-08-26 08:43:21 +02:00

3 lines
86 B
Plaintext

module ModHeader { header "mod_header.h" }
module ModTU { header "mod_tu.h" }