llvm/tools/llvm-c-test
Rafael Espindola 8d184ad258 Deprecate a few C APIs.
This deprecates:
* LLVMParseBitcode
* LLVMParseBitcodeInContext
* LLVMGetBitcodeModuleInContext
* LLVMGetBitcodeModule

They are replaced with the functions with a 2 suffix which do not record
a diagnostic.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256065 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-18 23:46:42 +00:00
..
calc.c
CMakeLists.txt
disassemble.c
helpers.c
include-all.c
llvm-c-test.h Deprecate a few C APIs. 2015-12-18 23:46:42 +00:00
main.c Deprecate a few C APIs. 2015-12-18 23:46:42 +00:00
Makefile
metadata.c Fix build breakage caused by memory leaks in llvm-c-test 2015-01-28 18:32:31 +00:00
module.c Deprecate a few C APIs. 2015-12-18 23:46:42 +00:00
object.c Reorganize the C API headers to improve build times. 2015-12-18 01:46:52 +00:00
targets.c