]> granicus.if.org Git - llvm/commit
[MC] Cleanup Error Handling in AsmParser
authorNirav Dave <niravd@google.com>
Mon, 18 Jul 2016 15:24:03 +0000 (15:24 +0000)
committerNirav Dave <niravd@google.com>
Mon, 18 Jul 2016 15:24:03 +0000 (15:24 +0000)
commit5646cdbe3988e85a310259d09c41abdf1f3b0617
tree9c335045bd51aca6f7cda3ad34ecf7cb8df50684
parent56af121d06961aedab78bc342b0d6db44591200a
[MC] Cleanup Error Handling in AsmParser

Add parseToken and compatriot functions to stitch error checks in
straight linear code. As part of this fix some erronous handling of
directives where the EndOfStatement token either was not checked or
Lexed on termination.

Reviewers: rnk, majnemer

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D22312

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275795 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCAsmStreamer.cpp
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCParser/DarwinAsmParser.cpp
lib/MC/MCParser/ELFAsmParser.cpp
test/MC/AsmParser/preserve-comments.s