[clang] Revise the modules document for clarity (PR #90237)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 26 12:44:37 PDT 2024


================
@@ -138,7 +120,7 @@ Let's see a "hello world" example that uses modules.
     return 0;
   }
 
-Then we type:
+From the command line, enter:
----------------
erichkeane wrote:

Then, on the command line, invoke clang like:

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


More information about the cfe-commits mailing list