Verifier: Add operand checks for remaining debug info
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 30 Mar 2015 17:21:38 +0000 (17:21 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 30 Mar 2015 17:21:38 +0000 (17:21 +0000)
commit7380257f0eb244bb051f8b6204a88f12ab71b850
tree942f2716a4ef55a400f3046f057f180b6808f5e7
parentd9720a4749a437d47bb0f238e839e22d27506b77
Verifier: Add operand checks for remaining debug info

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233565 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/DebugInfoMetadata.h
lib/IR/AsmWriter.cpp
lib/IR/DIBuilder.cpp
lib/IR/LLVMContextImpl.h
lib/IR/Verifier.cpp
test/Assembler/mdimportedentity.ll
test/Assembler/mdnamespace.ll
test/Assembler/mdobjcproperty.ll
test/Assembler/mdtemplateparameter.ll
unittests/IR/MetadataTest.cpp