[clang-tools-extra] [clang-doc] Precommit concept tests (PR #144160)

Erick Velez via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 13 14:32:36 PDT 2025


================
@@ -0,0 +1,37 @@
+// RUN: rm -rf %t && mkdir -p %t
+// RUN: clang-doc --extra-arg -std=c++20 --output=%t --format=json --executor=standalone %s
----------------
evelez7 wrote:

FileCheck is omitted here because since nothing is mapped, no file is created.

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


More information about the cfe-commits mailing list