commit | 12e367b6dba21c8d466d7cb012cc74de5487adaf | [log] [tgz] |
---|---|---|
author | Robert Widmann <devteam.codafi@gmail.com> | Sun Apr 22 19:24:44 2018 +0000 |
committer | Robert Widmann <devteam.codafi@gmail.com> | Sun Apr 22 19:24:44 2018 +0000 |
tree | 93dca84f56b67633398d9a56308e9a33e9e2b5d0 | |
parent | 06e16541ba695ad3fd39f4d646a55a08482b096b [diff] |
[LLVM-C] Add DIBuilder Bindings For Variable Creation Summary: Wrap LLVMDIBuilderCreateAutoVariable, LLVMDIBuilderCreateParameterVariable, LLVMDIBuilderCreateExpression, and move and correct LLVMDIBuilderInsertDeclareBefore and LLVMDIBuilderInsertDeclareAtEnd from the Go bindings to the C bindings. Reviewers: harlanhaskins, whitequark, deadalnix Reviewed By: harlanhaskins, whitequark Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D45928 llvm-svn: 330555