aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/attr-malloc.c
AgeCommit message (Expand)Author
2009-11-17Use clang to run tests which include headers from the system.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-08-15Change handling of attribute 'malloc' to only accept the attribute on functionTed Kremenek
2009-08-14Add more attribute 'malloc' test cases involving function pointers.Ted Kremenek
2009-08-14Per Eli Friedman's feedback, handle attribute 'malloc' being applied toTed Kremenek
2009-08-11Rename macro to avoid a name clash on FreeBSD.Benjamin Kramer
2009-08-09warn, as gcc does, if __attribute__((malloc)) applied to function returning n...Ryan Flynn
2009-08-09map previously ignored __attribute((malloc)) to noalias attribute of llvm fun...Ryan Flynn