repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Driver
/
extract-api-unknown-ignore-diag.h
blob
9389c34ffefa225afdb1b3a21ba60d460bef39f3
1
// RUN: rm -rf %t
2
// RUN: not %clang -target x86_64-unknown-unknown -extract-api --extract-api-ignores=does-not-exist %s 2>&1 | FileCheck %s
3
4
// CHECK: fatal error: file 'does-not-exist' specified by '--extract-api-ignores=' not found
5
6
void
dummy_function
(
void
);