[clang-tools-extra] [clang-doc] add enum test (PR #97679)

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 9 18:11:07 PDT 2024


================
@@ -0,0 +1,38 @@
+// RUN: clang-doc --format=html --doxygen --output=%t/docs --executor=standalone %s
+// RUN: clang-doc --format=md --doxygen --output=%t/docs --executor=standalone %s
----------------
ilovepi wrote:

This can't work right, can it? you haven't made `%t`, you also don't need `docs`, right? It would be good if I didn't have to point these out in every patch... I've given this piece of feedback in almost all of your patches.

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


More information about the cfe-commits mailing list