Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / MC / MCParser / MCAsmParserExtension.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-02 Jim GrosbachMC: Tidy up comments and clean up formatting a bit...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-11-11 Rafael EspindolaAdd const. NFC.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2011-05-19 Joerg SonnenbergerReapply 131644 including the missing header changes:
2011-02-24 Joerg SonnenbergerRestore r125595 (reverted in r126336) with modifications:
2010-07-18 Daniel DunbarMC/AsmParser: Stop playing unsafe member function point...
2010-07-18 Daniel DunbarMC/AsmParser: Fix TokError() to accept a Twine.
2010-07-12 Daniel DunbarMCAsmParser: Add getSourceManager().
2010-07-12 Daniel DunbarMC: Add MCAsmParserExtension, a base class for all...