================
@@ -0,0 +1,14 @@
+// Test this without pch.
----------------
ilovepi wrote:

```suggestion
/// Test this without pch.
```
Most tests use an extra comment symbol to convey that its a comment, so `///` 
for C/C++ or `;;` in LLVM IR. the `// COM:` directive is also a clear indicator 
that the line is a comment/informational.

https://github.com/llvm/llvm-project/pull/186755
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to