[clang-tools-extra] reapply [clang-doc] Add --asset option to clang-doc (PR #96358)
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 22 13:42: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
----------------
nico wrote:
A test that only tests for logspam doesn't seem very useful. I would've expected a change adding an `--asset` option to add a test that uses that option.
https://github.com/llvm/llvm-project/pull/96358
More information about the cfe-commits
mailing list