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
/
CodeGen
/
2009-03-01-MallocNoAlias.c
blob
1c4878a8189c620b4cde12f48713ebcc70ec4584
1
// RUN: %clang_cc1 %s -emit-llvm -o - | grep noalias
2
3
void
*
__attribute__
((
malloc
))
foo
(
void
) {
return
0
; }