================ @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits