aboutsummaryrefslogtreecommitdiff
path: root/unittests/ADT/SCCIteratorTest.cpp
AgeCommit message (Expand)Author
2012-12-04Sort the #include lines for unittest/...Chandler Carruth
2011-07-29Avoid undefined behaviour if somehow NUM_GRAPHS equals 2^32 (orDuncan Sands
2011-07-29Remove extra semicolon.Jakub Staszak
2011-07-28Use unsigned rather than uint16_t in case anyone feels like testingDuncan Sands
2011-07-28Check an additional property specific to the way LLVMDuncan Sands
2011-07-28Add a unittest for the simply connected components (SCC) iterator class.Duncan Sands