[clang-tools-extra] reapply [clang-doc] Add --asset option to clang-doc (PR #96358)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 24 12:50:35 PDT 2024
================
@@ -0,0 +1,2 @@
+// RUN: clang-doc --format=html --executor=standalone %s -output=%t/docs | FileCheck %s
+// CHECK: Using default asset: {{.*}}{{[\/]}}share{{[\/]}}clang
----------------
PeterChou1 wrote:
I added a much more comprehensive test now I think
https://github.com/llvm/llvm-project/pull/96358
More information about the cfe-commits
mailing list