[clang] 7e2411c - [clang][docs] Add link to C++ modules Wikipedia page to docs (#169200)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 2 05:04:47 PST 2025
Author: Miko
Date: 2025-12-02T13:04:42Z
New Revision: 7e2411cd2b39625443bcf59be20e6636ba31ae8d
URL: https://github.com/llvm/llvm-project/commit/7e2411cd2b39625443bcf59be20e6636ba31ae8d
DIFF: https://github.com/llvm/llvm-project/commit/7e2411cd2b39625443bcf59be20e6636ba31ae8d.diff
LOG: [clang][docs] Add link to C++ modules Wikipedia page to docs (#169200)
This PR adds a link to the "[Modules
(C++)](https://en.wikipedia.org/wiki/Modules_(C++))" page on Wikipedia
and similar on cpp reference, as per recommendation by another
contributor.
Added:
Modified:
clang/docs/StandardCPlusPlusModules.rst
Removed:
################################################################################
diff --git a/clang/docs/StandardCPlusPlusModules.rst b/clang/docs/StandardCPlusPlusModules.rst
index 7155ad6cff83f..0d215888a39a5 100644
--- a/clang/docs/StandardCPlusPlusModules.rst
+++ b/clang/docs/StandardCPlusPlusModules.rst
@@ -28,7 +28,10 @@ Standard C++ Named modules
In order to better understand the compiler's behavior, it is helpful to
understand some terms and definitions for readers who are not familiar with the
C++ feature. This document is not a tutorial on C++; it only introduces
-necessary concepts to better understand use of modules in a project.
+necessary concepts to better understand use of modules in a project. Other
+resources at `Wikipedia<https://en.wikipedia.org/wiki/Modules_(C++)>`_ and
+`cppreference<https://en.cppreference.com/w/cpp/language/modules.html>`_ can
+provide more background information about modules if needed.
Background and terminology
--------------------------
More information about the cfe-commits
mailing list