================
@@ -32,6 +32,9 @@
 # RUN: echo 'printf "End of search list.\r\n" >&2' >> %t.dir/bin/my_driver.sh
 # RUN: chmod +x %t.dir/bin/my_driver.sh
 
+# Create fake clang-tidy config to ensure sandbox
+# RUN: echo 'InheritParentConfig: false' >> %t.dir/.clang-tidy
----------------
kadircet wrote:

instead of this can you just pass `-clang-tidy=0` to `clangd` invocations in 
this file? we shouldn't be testing/relying on any clang-tidy behavior in this 
test file.

https://github.com/llvm/llvm-project/pull/141410
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to