brintos

brintos / llvm-project-archived public Read only

0
0
Text · 503 B · 10a44e7 Raw
15 lines · c
1// RUN: rm -rf %/t2// RUN: mkdir %/t3// RUN: cp %/S/Inputs/file.script %/t/file.script4// RUN: cp %/S/Inputs/runtime_file.script %/t/runtime_file.script5// Need to embed the correct temp path in the actual JSON-RPC requests.6// RUN: sed -e "s|DIRECTORY|%/t|" %/t/file.script > %/t/file.script.temp7 8// RUN: clang-query -c 'file %/t/file.script.temp' %s -- | FileCheck %s9 10// CHECK: file-query.c:11:1: note: "f" binds here11void bar(void) {}12 13// CHECK: file-query.c:14:1: note: "v" binds here14int baz{1};15