aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-c-test/attributes.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-04llvm-c-test avoid calling malloc(0)Andus Yu1-6/+12
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+4
2018-02-20Report fatal error in the case of out of memorySerge Pavlov1-0/+3
2018-02-15Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov1-3/+0
2018-02-15Report fatal error in the case of out of memorySerge Pavlov1-0/+3
2016-11-16Fix build break when the host C compiler is C89.Richard Smith1-3/+5
2016-11-15[C API] Prevent nullptr dereferences in C API for counting attributes.Amaury Sechet1-0/+75