[WebAssembly] Make indentation consistent with the other testcases. NFC.
[oota-llvm.git] / lib / MC / MCParser / MCAsmLexer.cpp
2015-11-08 Colin LeMahieu[AsmParser] Allow tokens to be put back in to the token...
2014-10-03 Daniel Sanders[mips] Print warning when using register names not...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2013-01-07 Jordan RoseChange SMRange to be half-open (exclusive end) instead...
2012-09-19 Preston GurdAdd support for macro parameters/arguments delimited...
2011-10-16 Benjamin KramerAdd AsmToken::getEndLoc and use it to add ranges to...
2010-07-12 Daniel DunbarMC: Move getLoc() to MCAsmLexer().
2010-01-22 Chris Lattnercreate a new MCParser library and move some stuff into it.