summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/SmallVectorTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switch attribute macros to use 'LLVM_' as a prefix. We retain the old namesChandler Carruth2010-10-231-1/+1
| | | | | | until other LLVM projects using these are cleaned up. llvm-svn: 117200
* Silence 'unused' warning.Bill Wendling2010-08-191-1/+3
| | | | llvm-svn: 111539
* Fix SmallVector's insert to handle non-random-access iterators.Dan Gohman2010-03-261-0/+6
| | | | llvm-svn: 99633
* Make this test more lenient; with SmallVector now using actuallyDan Gohman2010-03-181-1/+1
| | | | | | | aligned storage, the capacity may be more than what is explicitly requested. llvm-svn: 98846
* Add SmallVector::{capacity,set_size}.Daniel Dunbar2009-08-191-0/+18
| | | | | | | - These allow clients to make use of the extra elements in the vector which have already been allocated, without requiring them to be value initialized. llvm-svn: 79433
* Clarify a FIXME.Daniel Dunbar2009-07-121-4/+5
| | | | llvm-svn: 75422
* Use the testcase from PR2791.Owen Anderson2009-04-231-3/+3
| | | | llvm-svn: 69846
* Fix naming of file.Bill Wendling2009-01-111-1/+1
| | | | llvm-svn: 62035
* Adding unittests for SmallVector. Test by Talin.Bill Wendling2009-01-101-0/+383
llvm-svn: 62025
OpenPOWER on IntegriCloud