Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Analysis / CFG.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2013-08-20 Jakub StaszakAdd some constantness.
2013-08-13 Nick LewyckyFix an oversight in isPotentiallyReachable where we...
2013-07-27 Nick LewyckyReimplement isPotentiallyReachable to make nocapture...