[all-commits] [llvm/llvm-project] 220436: [docs] [C++20] [Modules] Add document for the case...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Sun Oct 29 20:28:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22043643c64f748cb00ae92476f2085b3c0903c9
https://github.com/llvm/llvm-project/commit/22043643c64f748cb00ae92476f2085b3c0903c9
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M clang/docs/StandardCPlusPlusModules.rst
Log Message:
-----------
[docs] [C++20] [Modules] Add document for the case of duplicated '-fmodule-file=<module-name>='
This patch clarifies that in case there are multiple
'-fmodule-file=<module-name>=' optins for the same `<module-name>`,
the last '-fmodule-file=<module-name>=' will override the previous
'-fmodule-file=<module-name>=' option.
More information about the All-commits
mailing list