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

via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 18 13:12:42 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"
----------------
PeterChou1 wrote:

This is a pattern I've seen in other clang-doc test I thought I needed them but I think they aren't needed

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


More information about the cfe-commits mailing list