Use 'override/final' instead of 'virtual' for overridden methods
[oota-llvm.git] / lib / CodeGen / AsmPrinter / WinCodeViewLineTables.h
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-03-26 Timur IskhodzhanovFix PR19239 - Add support for generating debug info...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-01-30 Timur IskhodzhanovReland r200340 - 'Add line table debug info to COFF...
2014-01-29 NAKAMURA TakumiRevert r200340, "Add line table debug info to COFF...
2014-01-28 Timur IskhodzhanovAdd line table debug info to COFF files when using...