Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
579d8d1b77564bf5ce14245b8474066728f54e53
/
test
/
Sema
/
attr-malloc.c
ba772ba
This really seems like a boring set of fixes to our tests to make them more
by Chandler Carruth
· 14 years ago
80737ad
Update tests to use %clang instead of 'clang', and forcibly disable use of '
by Daniel Dunbar
· 15 years ago
8ee15dc
Use clang to run tests which include headers from the system.
by Daniel Dunbar
· 15 years ago
4fcfde4
Eliminate &&s in tests.
by Daniel Dunbar
· 15 years ago
2cff7d1
Change handling of attribute 'malloc' to only accept the attribute on function
by Ted Kremenek
· 15 years ago
2733b66
Add more attribute 'malloc' test cases involving function pointers.
by Ted Kremenek
· 15 years ago
b109069
Per Eli Friedman's feedback, handle attribute 'malloc' being applied to
by Ted Kremenek
· 15 years ago
73e10b0
Rename macro to avoid a name clash on FreeBSD.
by Benjamin Kramer
· 15 years ago
fd6ad3c
warn, as gcc does, if __attribute__((malloc)) applied to function returning non-pointer type
by Ryan Flynn
· 15 years ago
76168e2
map previously ignored __attribute((malloc)) to noalias attribute of llvm function's return
by Ryan Flynn
· 15 years ago