[clang-tools-extra] [clang-doc] Add --asset option to clang-doc (PR #94717)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 7 17:16:26 PDT 2024
================
@@ -0,0 +1,14 @@
+// RUN: rm -rf %t
+// RUN: mkdir %t
----------------
ilovepi wrote:
```suggestion
// RUN: rm -rf %t && mkdir %t
```
https://github.com/llvm/llvm-project/pull/94717
More information about the cfe-commits
mailing list