OSDN Git Service

[LLVM-C] Finish Up Scope Bindings
authorRobert Widmann <devteam.codafi@gmail.com>
Mon, 23 Apr 2018 13:51:43 +0000 (13:51 +0000)
committerRobert Widmann <devteam.codafi@gmail.com>
Mon, 23 Apr 2018 13:51:43 +0000 (13:51 +0000)
commit2fbfc40760b3bd609ce7543908affe8f9b819f70
tree6cad72a8c485b604f7d2656db0c7b1488d58f8d4
parent75dd90ec3a43695c9c142915fcb9d07750cf1767
[LLVM-C] Finish Up Scope Bindings

Summary: Adds bindings for Module and NameSpace scopes and LLVMDIBuilderCreateForwardDecl, a counterpart to LLVMDIBuilderCreateReplaceableCompositeType.

Reviewers: harlanhaskins, whitequark, deadalnix

Reviewed By: whitequark

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D45934

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@330591 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/DebugInfo.h
lib/IR/DebugInfo.cpp
test/Bindings/llvm-c/debug_info.ll
tools/llvm-c-test/debuginfo.c