brintos

brintos / llvm-project-archived public Read only

0
0
Text · 410 B · 2f01f6c Raw
10 lines · plain
1# RUN: rm -rf %t.cpp2# RUN: touch %t.cpp3#4# Make sure compile flags are adjusted for clangd. `--save-temps` creates a5# `.ii` file and `-verify` triggers extra diagnostics generation. Clangd should6# strip those.7# RUN: clangd-indexer %t.cpp -- -Xclang -verify --save-temps -- 2>&1 | FileCheck %s8# CHECK-NOT: error: no expected directives found: consider use of 'expected-no-diagnostics'9# RUN: not ls %t.ii10