aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ADT/ArrayRefTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-09-10Add makeArrayRef() overload for ArrayRef input (no-op/identity) NFCMehdi Amini1-0/+16
2015-08-05[ArrayRefTest] Work around a GCC 4.8 internal compiler error.Benjamin Kramer1-5/+2
2015-08-05unittests/ADT/ArrayRefTest.cpp: Suppress r243995 on g++-4.8 for now to unbrea...NAKAMURA Takumi1-0/+4
2015-08-04[ArrayRef] Make copy use std::uninitialized_copy.Benjamin Kramer1-1/+13
2015-06-09Removing spurious semi colons; NFC.Aaron Ballman1-1/+1
2015-03-01ArrayRef: Remove the equals helper with many arguments.Benjamin Kramer1-14/+14
2015-02-17Correcting the ArrayRef test to not cause use-after-free bugs with initialize...Aaron Ballman1-3/+5
2015-02-17Adding additional tests to ensure that initializer lists created from return ...Aaron Ballman1-0/+13
2015-02-17Addressing a post-commit review comment suggesting to avoid using direct init...Aaron Ballman1-1/+1
2015-02-17I believe we no longer require LLVM_HAS_INITIALIZER_LISTS; it's supported in ...Aaron Ballman1-0/+6
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