summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/ArrayRefTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ADR] ArrayRefTest: disable SizeTSizedOperations test - it's UB.Roman Lebedev2019-10-101-1/+3
* [NFC] Add { } to silence compiler warning [-Wmissing-braces].Huihui Zhang2019-09-251-1/+1
* [llvm][ADT][NFC] Add test for makeArrayRef(std::array)Jan Korous2019-09-101-0/+10
* [ADT] Enable ArrayRef/StringRef is_assignable tests on MSVCSimon Pilgrim2019-07-091-5/+0
* [ADT] Fix OwningArrayRef's move ctorFangrui Song2019-04-131-0/+7
* Revert r351954 "Add a value_type to ArrayRef."Clement Courbet2019-01-251-8/+0
* Re-land rL322538 "Add a value_type to ArrayRef."Clement Courbet2019-01-231-0/+8
* Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>Serge Guelton2019-01-201-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "ADT: Move ArrayRef comparison operators into the class"Pavel Labath2018-06-281-4/+0
* ADT: Move ArrayRef comparison operators into the classPavel Labath2018-06-281-0/+4
* Fix incorrect usage of std::is_assignable.Richard Smith2018-02-021-4/+4
* Revert "Add a value_type to ArrayRef."Clement Courbet2018-01-181-8/+0
* Add a value_type to ArrayRef.Clement Courbet2018-01-161-0/+8
* Avoid a UB pointer overflow in the ArrayRef unit testVedant Kumar2017-05-311-15/+15
* Add some searching functions for ArrayRef<T>.Zachary Turner2016-11-221-0/+44
* Re-apply "Disallow ArrayRef assignment from temporaries."Jordan Rose2016-10-111-0/+28
* Revert "Disallow ArrayRef assignment from temporaries."Zachary Turner2016-10-101-23/+0
* Disallow ArrayRef assignment from temporaries.Jordan Rose2016-10-101-0/+23
* Fix unit test after function name change.Zachary Turner2016-08-301-4/+4
* Add StringRef::take_front and StringRef::take_backZachary Turner2016-08-301-0/+14
* Fix ArrayRef initializer_list Ctor TestDavid Blaikie2016-08-251-1/+2
* [ADT] Pass ArrayRef::slice size_t instead of unsigned.Ahmed Bougacha2016-06-021-0/+15
* [ADT] Add drop_front method to ArrayRefReid Kleckner2016-05-031-0/+7
* 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