Author: Chuanqi Xu Date: 2026-02-12T16:22:00+08:00 New Revision: c774bed9e6153916ff714d62515686a59722068d
URL: https://github.com/llvm/llvm-project/commit/c774bed9e6153916ff714d62515686a59722068d DIFF: https://github.com/llvm/llvm-project/commit/c774bed9e6153916ff714d62515686a59722068d.diff LOG: [doc] [C++20] [Modules] Fix StandardCPlusPlusModules.rst failure (#181101) Added: Modified: clang/docs/StandardCPlusPlusModules.rst Removed: ################################################################################ diff --git a/clang/docs/StandardCPlusPlusModules.rst b/clang/docs/StandardCPlusPlusModules.rst index 01b956fae0ace..ec9c4a27a786b 100644 --- a/clang/docs/StandardCPlusPlusModules.rst +++ b/clang/docs/StandardCPlusPlusModules.rst @@ -1265,7 +1265,7 @@ But when your user switches to your ABI-breaking style module: The corresponding ABI may look like: -.. code-block:: c++ +.. code-block:: text $ llvm-nm -ACD libuser.so libuser.so: 0000000000001100 T user::user_def(example::C@example&) _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
