[clang] [clang][docs] Add link to C++ modules Wikipedia page to docs (PR #169200)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 1 10:43:57 PST 2025
================
@@ -28,8 +28,11 @@ 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.cppreference.com/w/cpp/language/modules.html>`_ and `cppreference
+<https://en.wikipedia.org/wiki/Modules_(C++)>`_ can provide more background
----------------
mikomikotaishi wrote:
Fixed it
https://github.com/llvm/llvm-project/pull/169200
More information about the cfe-commits
mailing list