aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ADT/SCCIteratorTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-1/+1
2014-04-25SCC: Change clients to use const, NFCDuncan P. N. Exon Smith1-1/+1
2012-12-04Sort the #include lines for unittest/...Chandler Carruth1-2/+2
2011-07-29Avoid undefined behaviour if somehow NUM_GRAPHS equals 2^32 (orDuncan Sands1-10/+6
2011-07-29Remove extra semicolon.Jakub Staszak1-1/+1
2011-07-28Use unsigned rather than uint16_t in case anyone feels like testingDuncan Sands1-4/+4
2011-07-28Check an additional property specific to the way LLVMDuncan Sands1-0/+15
2011-07-28Add a unittest for the simply connected components (SCC) iterator class.Duncan Sands1-0/+335