Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / IR / CFG.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-03-03 David BlaikieFix the build broken in r231142
2015-03-03 David BlaikieCFG::SuccessorIterator: Remove explicit copy assignment...
2015-03-03 David BlaikieCFG::SuccessorIterator::SuccessorProxy:: Expliictly...
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-02-04 Reid KlecknerAdd range adapters predecessors() and successors()...
2015-01-13 Ramkumar RamachandraStandardize {pred,succ,use,user}_empty()
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...