[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)
commitb02fe644d4b29fddcb53347abb6569b22dce011f
tree670e201d2d8f08fe6ce508d82244761ea8d62fc7
parent05cc8f66e26d06dbaea66a8aff101c0e2b310cf1
[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

llvm-svn: 330591
llvm/include/llvm-c/DebugInfo.h
llvm/lib/IR/DebugInfo.cpp
llvm/test/Bindings/llvm-c/debug_info.ll
llvm/tools/llvm-c-test/debuginfo.c