summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/SCCIteratorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova2017-06-151-2/+4
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* [ADT] Actually mutate the iterator VisitStack.back().second, not its copy.Tim Shen2016-08-221-228/+1
* [GraphTraits] Replace all NodeType usage with NodeRefTim Shen2016-08-221-5/+6
* [ADT] NFC: Generalize GraphTraits requirement of "NodeType *" in interfaces t...Tim Shen2016-08-011-0/+1
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-051-9/+4
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-4/+9
* [llvm] Replacing asserts with static_asserts where appropriateGabor Horvath2015-03-161-1/+1
* Remove explicit copy ctor in favor of the default so as not to disable/deprec...David Blaikie2015-03-031-2/+0
* [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