llvm-6502/lib/AsmParser
Duncan P. N. Exon Smith d3ec0ca17e Verifier: Add operand checks for MDLexicalBlock
Add operand checks for `MDLexicalBlock` and `MDLexicalBlockFile`.  Like
`MDLocalVariable` and `MDLocation`, these nodes always require a scope.

There was no test bitrot to fix here (just updated the serialization
tests in test/Assembler/mdlexicalblock.ll).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233561 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-30 16:37:48 +00:00
..
CMakeLists.txt
LLLexer.cpp
LLLexer.h
LLParser.cpp Verifier: Add operand checks for MDLexicalBlock 2015-03-30 16:37:48 +00:00
LLParser.h Revert "unique_ptrify ValID::ConstantStructElts" 2015-03-04 18:31:10 +00:00
LLToken.h
LLVMBuild.txt
Makefile
module.modulemap
Parser.cpp