[clang] [clang-repl] adding documentation and information for %commands (PR #150348)

David Spickett via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 4 02:18:21 PDT 2025


================
@@ -159,8 +159,31 @@ Lamdas:
    clang-repl> welcome();
    Welcome to REPL
 
-Using Dynamic Library:
-======================
+Comments:
+=========
+
+.. code-block:: text
+
+   clang-repl> // Comments in Clang-Repl
+   clang-repl> /* Comments in Clang-Repl */
+
+
----------------
DavidSpickett wrote:

Remove the extra blank lines.

https://github.com/llvm/llvm-project/pull/150348


More information about the cfe-commits mailing list