[all-commits] [llvm/llvm-project] f6b94e: [NFC] Document the solution to pr61006 and a test ...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Fri Aug 11 00:06:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6b94e0026e27dd0603e5ba39886920c02ad79f0
https://github.com/llvm/llvm-project/commit/f6b94e0026e27dd0603e5ba39886920c02ad79f0
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-08-11 (Fri, 11 Aug 2023)
Changed paths:
M clang/docs/StandardCPlusPlusModules.rst
A clang/test/ClangScanDeps/pr61006.cppm
Log Message:
-----------
[NFC] Document the solution to pr61006 and a test for it
Address https://github.com/llvm/llvm-project/issues/61006.
The actual reason for the issue is about the usage of clang-scan-deps
instead of its functionalities since clang-scan-deps has
already considered the problem before for clang modules.
So this patch tries to document the corresponding solution
and add a test case for it to address the issue.
More information about the All-commits
mailing list