aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ADT/SCCIteratorTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith1-9/+4
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko1-4/+9
2015-03-16[llvm] Replacing asserts with static_asserts where appropriateGabor Horvath1-1/+1
2015-03-03Remove explicit copy ctor in favor of the default so as not to disable/deprec...David Blaikie1-2/+0
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