brintos

brintos / llvm-project-archived public Read only

0
0
Text · 659 B · dc86f5b Raw
16 lines · plain
1// RUN: rm -rf %t.dir && mkdir -p %t.dir2// RUN: echo '[{"directory": "%/t.dir", "command": "clang --target=x86_64-pc-windows-msvc -x c GH75115.test", "file": "GH75115.test"}]' > %t.dir/compile_commands.json3// RUN: clangd -enable-config=0 --compile-commands-dir=%t.dir -check=%s 2>&1 | FileCheck -strict-whitespace %s4 5// CHECK: Building preamble...6// CHECK-NEXT: Built preamble7// CHECK-NEXT: Indexing headers...8// CHECK-NEXT: Building AST...9// CHECK-NEXT: Indexing AST...10// CHECK-NEXT: Building inlay hints11// CHECK-NEXT: semantic highlighting12// CHECK-NEXT: Testing features at each token13// CHECK-NEXT: All checks completed, 0 errors14 15#define assert16