summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/SCCIteratorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-1/+1
* SCC: Change clients to use const, NFCDuncan P. N. Exon Smith2014-04-251-1/+1
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-2/+2
* Avoid undefined behaviour if somehow NUM_GRAPHS equals 2^32 (orDuncan Sands2011-07-291-10/+6
* Remove extra semicolon.Jakub Staszak2011-07-291-1/+1
* Use unsigned rather than uint16_t in case anyone feels like testingDuncan Sands2011-07-281-4/+4
* Check an additional property specific to the way LLVMDuncan Sands2011-07-281-0/+15
* Add a unittest for the simply connected components (SCC) iterator class.Duncan Sands2011-07-281-0/+335
OpenPOWER on IntegriCloud