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
/
claim-unused.c
blob
c7b798934b3c690222b0a8dca7738d2fd5afb5f7
1
// RUN: touch %t.o
2
// RUN: %clang --param ssp-buffer-size=1 %t.o -### 2>&1 | FileCheck %s
3
// CHECK-NOT: warning: argument unused during compilation: '--param ssp-buffer-size=1'