[clang-tools-extra] [clang-doc] Add basic e2e test (PR #93928)

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 14 16:06:26 PDT 2024


================
@@ -0,0 +1,358 @@
+// RUN: rm -rf %t && mkdir -p %t/docs && mkdir -p %t/build
----------------
ilovepi wrote:

```suggestion
// RUN: rm -rf %t && mkdir -p %t/docs  %t/build
```
you don't need to run `mkdir` twice.

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


More information about the cfe-commits mailing list