aboutsummaryrefslogtreecommitdiff
path: root/unittests/ADT/SmallVectorTest.cpp
AgeCommit message (Expand)Author
2012-12-04Sort the #include lines for unittest/...Chandler Carruth
2012-07-30Move the SmallVector unit tests to be type-parameterized so that we canChandler Carruth
2012-06-17Bring the return value of SmallVector::insert in line with std::vector::insert.Benjamin Kramer
2012-06-17SmallVector: return a valid iterator for the rare case of inserting an empty ...Benjamin Kramer
2012-04-29SmallVector: Don't rely on having an assignment operator around in push_back ...Benjamin Kramer
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-06Fix a subtle issue in SmallVector. The following code did not work as expected:Owen Anderson
2010-10-23Switch attribute macros to use 'LLVM_' as a prefix. We retain the old namesChandler Carruth
2010-08-19Silence 'unused' warning.Bill Wendling
2010-03-26Fix SmallVector's insert to handle non-random-access iterators.Dan Gohman
2010-03-18Make this test more lenient; with SmallVector now using actuallyDan Gohman
2009-08-19Add SmallVector::{capacity,set_size}.Daniel Dunbar
2009-07-12Clarify a FIXME.Daniel Dunbar
2009-04-23Use the testcase from PR2791.Owen Anderson
2009-01-11Fix naming of file.Bill Wendling
2009-01-10Adding unittests for SmallVector. Test by Talin.Bill Wendling