[ADT] Use a nonce type with at least 4 byte alignment.
[oota-llvm.git] / unittests / ADT / SCCIteratorTest.cpp
2015-03-16 Gabor Horvath[llvm] Replacing asserts with static_asserts where...
2015-03-03 David BlaikieRemove explicit copy ctor in favor of the default so...
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-04-25 Duncan P. N. Exon... SCC: Change clients to use const, NFC
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2011-07-29 Duncan SandsAvoid undefined behaviour if somehow NUM_GRAPHS equals...
2011-07-29 Jakub StaszakRemove extra semicolon.
2011-07-28 Duncan SandsUse unsigned rather than uint16_t in case anyone feels...
2011-07-28 Duncan SandsCheck an additional property specific to the way LLVM
2011-07-28 Duncan SandsAdd a unittest for the simply connected components...