We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
infinite-instantiations.test
1 parent d9c27ca commit b7d911bCopy full SHA for b7d911b
clang-tools-extra/clangd/test/infinite-instantiation.test
@@ -1,5 +1,6 @@
1
-// RUN: cp %s %t.cpp
2
-// RUN: not clangd -check=%t.cpp 2>&1 | FileCheck -strict-whitespace %s
+// RUN: rm -rf %t.dir && mkdir -p %t.dir
+// RUN: echo '[{"directory": "%/t.dir", "command": "clang -ftemplate-depth=100 -x c++ %s", "file": "%s"}]' > %t.dir/compile_commands.json
3
+// RUN: not clangd --compile-commands-dir=%t.dir -check=%s 2>&1 | FileCheck -strict-whitespace %s
4
5
// CHECK: [template_recursion_depth_exceeded]
6
0 commit comments