summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/ArrayRefTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add makeArrayRef() overload for ArrayRef input (no-op/identity) NFCMehdi Amini2015-09-101-0/+16
* [ArrayRefTest] Work around a GCC 4.8 internal compiler error.Benjamin Kramer2015-08-051-5/+2
* unittests/ADT/ArrayRefTest.cpp: Suppress r243995 on g++-4.8 for now to unbrea...NAKAMURA Takumi2015-08-051-0/+4
* [ArrayRef] Make copy use std::uninitialized_copy.Benjamin Kramer2015-08-041-1/+13
* Removing spurious semi colons; NFC.Aaron Ballman2015-06-091-1/+1
* ArrayRef: Remove the equals helper with many arguments.Benjamin Kramer2015-03-011-14/+14
* Correcting the ArrayRef test to not cause use-after-free bugs with initialize...Aaron Ballman2015-02-171-3/+5
* Adding additional tests to ensure that initializer lists created from return ...Aaron Ballman2015-02-171-0/+13
* Addressing a post-commit review comment suggesting to avoid using direct init...Aaron Ballman2015-02-171-1/+1
* I believe we no longer require LLVM_HAS_INITIALIZER_LISTS; it's supported in ...Aaron Ballman2015-02-171-0/+6
* Revert r225053: Add an ArrayRef upcasting constructor from ArrayRef<U*> -> Ar...Chandler Carruth2015-01-011-35/+0
* Add an ArrayRef upcasting constructor from ArrayRef<U*> -> ArrayRef<T*> where...Michael Gottesman2014-12-311-0/+35
* Add some negative (and positive) static_assert checks for ArrayRef-of-pointer...David Blaikie2014-08-311-0/+17
* Add a test for converting ArrayRef<T *> to ArrayRef<const T *>.Craig Topper2014-08-301-0/+10
* ADT: Unit test for ArrayRef::equals change in r215986Duncan P. N. Exon Smith2014-08-191-0/+4
* [ADT] Add a remarkbly useful little helper routine to ArrayRef forChandler Carruth2014-07-271-0/+22
* ADT: Add a drop_back() helper to ArrayRefDavid Majnemer2014-07-051-0/+7
* Fix layering StringRef copy using BumpPtrAllocator.Nick Kledzik2014-02-051-0/+33
OpenPOWER on IntegriCloud