[PATCH] D134105: [Docs] Add a link that refers to C++ standard modules in Clang modules doc

Jun Zhang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 17 20:13:41 PDT 2022


junaire updated this revision to Diff 461040.
junaire added a comment.

I bet now it rendered correctly.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134105/new/

https://reviews.llvm.org/D134105

Files:
  clang/docs/Modules.rst


Index: clang/docs/Modules.rst
===================================================================
--- clang/docs/Modules.rst
+++ clang/docs/Modules.rst
@@ -102,6 +102,11 @@
 =============
 To enable modules, pass the command-line flag ``-fmodules``. This will make any modules-enabled software libraries available as modules as well as introducing any modules-specific syntax. Additional `command-line parameters`_ are described in a separate section later.
 
+Standard C++ Modules
+--------------------
+.. note::
+  This pages mainly talks about the Clang modules extension and describes some general module properties and semantics. Please refer to `StandardCPlusPlusModules <StandardCPlusPlusModules.html>`_ if you're looking for standard C++ modules.
+
 Objective-C Import declaration
 ------------------------------
 Objective-C provides syntax for importing a module via an *@import declaration*, which imports the named module:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134105.461040.patch
Type: text/x-patch
Size: 936 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220918/57ee5799/attachment.bin>


More information about the cfe-commits mailing list