summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/MCAsmParserExtension.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other ↵Eugene Zelenko2017-02-101-6/+4
| | | | | | minor fixes (NFC). llvm-svn: 294685
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-241-1/+2
| | | | | | | Introduce a variable in the AsmParserExtension whether [] is valid in an expression. If it is true, parse them like (). Enable this for ELF only. llvm-svn: 126443
* MC: Add MCAsmParserExtension, a base class for all the target/object specificDaniel Dunbar2010-07-121-0/+21
classes which want to extend the basic asm parser. llvm-svn: 108158
OpenPOWER on IntegriCloud