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.
1 parent 54b4a0d commit 7c18785Copy full SHA for 7c18785
clang-tools-extra/clangd/test/GH75115.test
@@ -0,0 +1,12 @@
1
+// RUN: rm -rf %t.dir && mkdir -p %t.dir
2
+// RUN: echo '[{"directory": "%/t.dir", "command": "clang --target=x86_64-pc-windows-msvc -x c GH75115.test", "file": "GH75115.test"}]' > %t.dir/compile_commands.json
3
+// RUN: not --crash clangd -enable-config=0 --compile-commands-dir=%t.dir -check=%s 2>&1 | FileCheck -strict-whitespace %s
4
+
5
+// FIXME: Crashes
6
7
+// CHECK: Building preamble...
8
+// CHECK-NEXT: Built preamble
9
+// CHECK-NEXT: Indexing headers...
10
+// CHECK-NEXT: !KeyInfoT::isEqual(Val, EmptyKey) && !KeyInfoT::isEqual(Val, TombstoneKey) && "Empty/Tombstone value shouldn't be inserted into map!"
11
12
+#define assert
0 commit comments