aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-c-test/llvm-c-test.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-18[RemoveDIs] Update DIBuilder C API with DbgRecord functions [1/2] (#84915)Orlando Cazalet-Hyams1-1/+1
2023-07-07[LLVM-C] Use unwrapDI in LLVMDITypeGetNameTamir Duberstein1-0/+1
2023-02-08add LLVMGetDINodeTag to C bindingsDavide Bertola1-0/+1
2023-01-31[llvm-c] add LLVMReplaceMDNodeOperandWithDavide Bertola1-0/+2
2022-12-06[llvm-c][test] Remove typed pointer support from llvm-c-test echoArthur Eubanks1-1/+1
2022-05-16[llvm-c] Add functions for enabling and creating opaque pointersNicolas Abram Lujan1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+4
2017-11-01[LLVM-C] Expose functions to create debug locations via DIBuilder.whitequark1-0/+3
2016-11-16Fix "isn't a prototype" warningVitaly Buka1-2/+2
2016-11-15[C API] Prevent nullptr dereferences in C API for counting attributes.Amaury Sechet1-0/+4
2016-04-08[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}Jeroen Ketema1-0/+3
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith1-7/+2
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko1-2/+7
2016-02-05Prefix external symbols in llvm-c-test.Benjamin Kramer1-13/+13
2016-02-04Improve testing for the C APIAmaury Sechet1-0/+13
2015-12-18Deprecate a few C APIs.Rafael Espindola1-1/+1
2015-12-18Add a test for LLVMGetBitcodeModule.Rafael Espindola1-1/+3
2015-01-28Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodesBjorn Steinbrink1-0/+4
2013-10-23Add llvm-c-test tool for testing llvm-cAnders Waldenborg1-0/+37