summaryrefslogtreecommitdiff
path: root/test/Sema/attr-malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-2/+2
* Sema: Add support for __declspec(restrict)David Majnemer2015-02-041-5/+5
* Move a bunch of tests to directly use the CC1 layer. This at least savesChandler Carruth2014-01-151-2/+2
* This really seems like a boring set of fixes to our tests to make them moreChandler Carruth2010-11-161-1/+4
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-2/+2
* Use clang to run tests which include headers from the system.Daniel Dunbar2009-11-171-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-3/+3
* Change handling of attribute 'malloc' to only accept the attribute on functionTed Kremenek2009-08-151-5/+5
* Add more attribute 'malloc' test cases involving function pointers.Ted Kremenek2009-08-141-0/+1
* Per Eli Friedman's feedback, handle attribute 'malloc' being applied toTed Kremenek2009-08-141-3/+5
* Rename macro to avoid a name clash on FreeBSD.Benjamin Kramer2009-08-111-2/+2
* warn, as gcc does, if __attribute__((malloc)) applied to function returning n...Ryan Flynn2009-08-091-0/+6
* map previously ignored __attribute((malloc)) to noalias attribute of llvm fun...Ryan Flynn2009-08-091-0/+16