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

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 22 13:55:01 PDT 2024


================
@@ -0,0 +1,21 @@
+#include "Calculator.h"
+#include <stdexcept>
----------------
nico wrote:

Tests must be freestanding and cannot include system headers.

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


More information about the cfe-commits mailing list