aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCParser/MCAsmParserExtension.cpp
AgeCommit message (Collapse)Author
2011-02-24Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger
Introduce a variable in the AsmParserExtension whether [] is valid in an expression. If it is true, parse them like (). Enable this for ELF only. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126443 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-12MC: Add MCAsmParserExtension, a base class for all the target/object specificDaniel Dunbar
classes which want to extend the basic asm parser. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108158 91177308-0d34-0410-b5e6-96231b3b80d8