Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Transforms / Scalar / FlattenCFGPass.cpp
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2013-08-06 Tom StellardFactor FlattenCFG out from SimplifyCFG