Use 'override/final' instead of 'virtual' for overridden methods
[oota-llvm.git] / include / llvm / MC / MCParser / AsmLexer.h
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-08-14 Saleem AbdulrasoolMC: AsmLexer: handle multi-character CommentStrings...
2014-07-06 Rafael EspindolaThis only needs a StringRef.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-09 Saleem AbdulrasoolMCParser: add a single token lookahead
2014-01-15 David PeixottoFix parsing of .symver directive on ARM
2013-12-06 David PeixottoCache AllowAtInIdentifier as class variable in AsmLexer
2013-08-14 Tim NorthoverSupport C99 hexadecimal floating-point literals in...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2012-04-15 Craig TopperMake member variables of AsmToken private. Remove unnec...
2011-09-14 Jim GrosbachMove state var to private class member.
2011-09-13 Kevin EnderbyFirst step in supporting #line directives in assembler...
2011-03-24 Jim GrosbachClean up assembly statement separator support.
2011-02-11 Jim GrosbachRemove trailing whitespace.
2010-12-18 Roman DivackyAdd support for lexing single quotes like 'c'.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-09-27 Daniel DunbarMC/AsmParser: Handle exponents in floating point literals.
2010-07-12 Daniel DunbarMC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer.
2010-07-12 Daniel DunbarMC: Move getLoc() to MCAsmLexer().
2010-01-22 Chris Lattnermove some files out of the llvm-mc tool into the MCPars...