[clang-tools-extra] reapply [clang-doc] Add --asset option to clang-doc (PR #96358)

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 24 13:11:25 PDT 2024


================
@@ -0,0 +1,22 @@
+// RUN: rm -rf %t && mkdir -p %t/docs %t/build
----------------
ilovepi wrote:

do you need `%t/build`? if not, then you can probably just use `%t` instead of `%t/docs`.

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


More information about the cfe-commits mailing list