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
/
SemaOpenCL
/
types.cl
blob
dc14800f353236c69db4e6e61f8b5519ba4cdb6e
1
//
RUN
:
%clang_cc1 %s -cl-std
=
CL2.0 -verify -fsyntax-only
2
3
//
expected-no-diagnostics
4
5
//
Check redefinition of standard types
6
typedef atomic_int atomic_flag
;