Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / IR / LegacyPassManager.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2014-12-12 Matthias BraunDocument that PassManager::add() may delete the pass...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...