[clang-tools-extra] [clang-doc] Add basic e2e test (PR #93928)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 7 11:10:00 PDT 2024
================
@@ -0,0 +1,17 @@
+[
+ {
+ "directory": "$test_dir/build",
+ "command": "clang++ -o Calculator.o -I../include $test_dir/src/Calculator.cpp",
----------------
ilovepi wrote:
```suggestion
"command": "clang++ -o Calculator.o -I../include ../src/Calculator.cpp",
```
This can be relative too. Same in other lines.
https://github.com/llvm/llvm-project/pull/93928
More information about the cfe-commits
mailing list