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

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 19 20:47:24 PDT 2024


================
@@ -0,0 +1,2 @@
+// RUN: clang-doc --format=html --executor=standalone %s -output=%t/docs | FileCheck %s
+// CHECK: Using default asset: {{.*}}%{pathsep}share%{pathsep}clang
----------------
ilovepi wrote:

hmm, maybe I've sent you down the wrong path. I don't know if the `%{pathsep}` substitution will work outside of the `RUN` lines in something like FileCheck.

 If you cant get the old regex to pass, I'm fine w/ that.

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


More information about the cfe-commits mailing list