[PATCH] D134105: [Docs] Add a link that refers to C++ standard modules in Clang modules doc
Chuanqi Xu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 17 04:17:12 PDT 2022
ChuanqiXu added a comment.
Thanks. I wanted to do this. I suggest to do the change in later sections. Since the document talks more than the clang modules extension. It also describes some general module properties and semantics. It is a pretty document and from my point of view, it shouldn be helpful for people who desire C++20 Modules to read this (at least the sections in the frontend).
BTW, have you tested to generate the document?
================
Comment at: clang/docs/Modules.rst:104
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.
Objective-C Import declaration
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134105/new/
https://reviews.llvm.org/D134105
More information about the cfe-commits
mailing list