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
/
clang_cpp.c
blob
bf318005665a543a85b1df3a3c177f9132c63334
1
// Verify that -include isn't included twice with -save-temps.
2
// RUN: %clang -S -o - %s -include %t.h -save-temps -### 2> %t.log
3
// RUN: FileCheck %s < %t.log
4
// CHECK: "-include
5
// CHECK-NOT: "-include