aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ADT/ArrayRefTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-01Revert r225053: Add an ArrayRef upcasting constructor from ArrayRef<U*> -> Ar...Chandler Carruth1-35/+0
2014-12-31Add an ArrayRef upcasting constructor from ArrayRef<U*> -> ArrayRef<T*> where...Michael Gottesman1-0/+35
2014-08-31Add some negative (and positive) static_assert checks for ArrayRef-of-pointer...David Blaikie1-0/+17
2014-08-30Add a test for converting ArrayRef<T *> to ArrayRef<const T *>.Craig Topper1-0/+10
2014-08-19ADT: Unit test for ArrayRef::equals change in r215986Duncan P. N. Exon Smith1-0/+4
2014-07-27[ADT] Add a remarkbly useful little helper routine to ArrayRef forChandler Carruth1-0/+22
2014-07-05ADT: Add a drop_back() helper to ArrayRefDavid Majnemer1-0/+7
2014-02-05Fix layering StringRef copy using BumpPtrAllocator.Nick Kledzik1-0/+33