================
@@ -279,8 +266,9 @@ we could put ``-x c++-module`` in front of the file. For 
example,
     return 0;
   }
 
-Now the filename of the ``module interface`` ends with ``.cpp`` instead of 
``.cppm``,
-we can't compile them by the original command lines. But we are still able to 
do it by:
+In this example, the extension used by the ``module interface`` is ``.cpp``
+instead of ``.cppm``, so is cannot be compiled with the command lines from the
----------------
Endilll wrote:

```suggestion
instead of ``.cppm``, so it cannot be compiled with the command lines from the
```

https://github.com/llvm/llvm-project/pull/90237
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to