summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/alloc-size.c
AgeCommit message (Expand)Author
2024-01-23[NFC] Size and element numbers are often swapped when calling calloc (#79081)AtariDreams
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2021-04-09Handle alloc_size attribute on function pointersAlex Richardson
2019-04-23[APSInt][OpenMP] Fix isNegative, etc. for unsigned typesJoel E. Denny
2019-01-30Add a new builtin: __builtin_dynamic_object_sizeErik Pilkington
2019-01-30Add a 'dynamic' parameter to the objectsize intrinsicErik Pilkington
2017-03-21Let llvm.objectsize be conservative with null pointersGeorge Burgess IV
2016-12-22Add the alloc_size attribute to clang, attempt 2.George Burgess IV
2016-12-20Revert r290149: Add the alloc_size attribute to clang.Chandler Carruth
2016-12-20Add the alloc_size attribute to clang.George Burgess IV