[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 14 14:58:04 PDT 2024


================
@@ -0,0 +1,8 @@
+// RUN: rm -rf %t
+// RUN: mkdir %t
+// RUN: echo "" > %t/compile_flags.txt
+// RUN: cp "%s" "%t/test.cpp"
----------------
ilovepi wrote:

Why copy this file and rename it?

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


More information about the cfe-commits mailing list