MCParser: introduce Note and use it for ARM AsmParser
authorSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 7 Jan 2014 02:28:31 +0000 (02:28 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 7 Jan 2014 02:28:31 +0000 (02:28 +0000)
commit307f17b9383dff92540e7fb8da28d36f966c2834
tree95d2600f3142045f4a8f7acea364884174e35002
parenta7f23233fa12f7a67e8eb3ddaa3de9639a282f06
MCParser: introduce Note and use it for ARM AsmParser

Introduce a new virtual method Note into the AsmParser.  This completements the
existing Warning and Error methods.  Use the new method to clean up the output
of the unwind routines in the ARM AsmParser.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198661 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCParser/MCAsmParser.h
lib/MC/MCParser/AsmParser.cpp
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
test/MC/ARM/eh-directive-cantunwind-diagnostics.s
test/MC/ARM/eh-directive-fnstart-diagnostics.s