[all-commits] [llvm/llvm-project] 303526: [Docs] Add a link that refers to C++ standard modu...
Jun Zhang via All-commits
all-commits at lists.llvm.org
Sun Sep 18 03:32:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 303526ef3aa211c1930be2885deae15eeeda3b18
https://github.com/llvm/llvm-project/commit/303526ef3aa211c1930be2885deae15eeeda3b18
Author: Jun Zhang <jun at junz.org>
Date: 2022-09-18 (Sun, 18 Sep 2022)
Changed paths:
M clang/docs/Modules.rst
Log Message:
-----------
[Docs] Add a link that refers to C++ standard modules in Clang modules doc
Currently there're two pages that both talk about "Modules" in clang, but
they're different. The one that describes C++ standard modules explicitly
spells out the difference but the other one which targeting Clang modules
doesn't.
This patch adds a link that refers to the C++ standard modules
one in Clang modules doc, as you usually got the later page when
googling. I believe this will make newcomers less confused.
Signed-off-by: Jun Zhang <jun at junz.org>
Differential Revision: https://reviews.llvm.org/D134105
More information about the All-commits
mailing list