summaryrefslogtreecommitdiff
path: root/test/SemaObjC/attr-malloc.m
AgeCommit message (Expand)Author
2015-02-04Sema: Add support for __declspec(restrict)David Majnemer
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
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-14This test case does not need to include 'stdlib.h'.Ted Kremenek
2009-08-14Improve Sema's handling of attribute 'malloc' to reject the attribute whenTed Kremenek