llvm-6502/include/llvm/MC/MCParser
Chris Lattner cbf8a98c7c fix the asmparser so that the target is responsible for skipping to
the end of the line on a parser error, allowing skipping to happen
for syntactic errors but not for semantic errors.  Before we would
miss emitting a diagnostic about the second line, because we skipped
it due to the semantic error on the first line:

  foo %eax
  bar %al

This fixes rdar://8414033 - llvm-mc ignores lines after an invalid instruction mnemonic errors


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113688 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-11 16:18:25 +00:00
..
AsmCond.h
AsmLexer.h MC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer. 2010-07-12 20:32:33 +00:00
MCAsmLexer.h MC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer. 2010-07-12 20:32:33 +00:00
MCAsmParser.h fix the asmparser so that the target is responsible for skipping to 2010-09-11 16:18:25 +00:00
MCAsmParserExtension.h MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't 2010-07-18 22:22:07 +00:00
MCParsedAsmOperand.h MCAsmParser: Add dump() hook to MCParsedAsmOperand. 2010-08-11 06:37:04 +00:00