Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c242be40a140df8959ce08bc6d593d9ee14ca319
/
llvm
/
unittests
/
ADT
/
ArrayRefTest.cpp
67c29e2
[ADT] Fix OwningArrayRef's move ctor
by Fangrui Song
· 6 years ago
b120127
Revert r351954 "Add a value_type to ArrayRef."
by Clement Courbet
· 7 years ago
c795634
Re-land rL322538 "Add a value_type to ArrayRef."
by Clement Courbet
· 7 years ago
be88539
Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>
by Serge Guelton
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
850bfde
Revert "ADT: Move ArrayRef comparison operators into the class"
by Pavel Labath
· 7 years ago
33aa5c5
ADT: Move ArrayRef comparison operators into the class
by Pavel Labath
· 7 years ago
6070793
Fix incorrect usage of std::is_assignable.
by Richard Smith
· 8 years ago
899d698
Revert "Add a value_type to ArrayRef."
by Clement Courbet
· 8 years ago
639a398
Add a value_type to ArrayRef.
by Clement Courbet
· 8 years ago
877e3ce
Avoid a UB pointer overflow in the ArrayRef unit test
by Vedant Kumar
· 8 years ago
eaf0ada
Add some searching functions for ArrayRef<T>.
by Zachary Turner
· 9 years ago
764f9f7
Re-apply "Disallow ArrayRef assignment from temporaries."
by Jordan Rose
· 9 years ago
5f78a97
Revert "Disallow ArrayRef assignment from temporaries."
by Zachary Turner
· 9 years ago
d77cee3
Disallow ArrayRef assignment from temporaries.
by Jordan Rose
· 9 years ago
613c075
Fix unit test after function name change.
by Zachary Turner
· 9 years ago
84fc059
Add StringRef::take_front and StringRef::take_back
by Zachary Turner
· 9 years ago
68ce792
Fix ArrayRef initializer_list Ctor Test
by David Blaikie
· 9 years ago
31a8a8e
[ADT] Pass ArrayRef::slice size_t instead of unsigned.
by Ahmed Bougacha
· 9 years ago
1e4ba37
[ADT] Add drop_front method to ArrayRef
by Reid Kleckner
· 9 years ago
defa546
Add makeArrayRef() overload for ArrayRef input (no-op/identity) NFC
by Mehdi Amini
· 10 years ago
bee4859
[ArrayRefTest] Work around a GCC 4.8 internal compiler error.
by Benjamin Kramer
· 10 years ago
8e07842
unittests/ADT/ArrayRefTest.cpp: Suppress r243995 on g++-4.8 for now to unbreak bots.
by NAKAMURA Takumi
· 10 years ago
07f42cd
[ArrayRef] Make copy use std::uninitialized_copy.
by Benjamin Kramer
· 10 years ago
3182ee9
Removing spurious semi colons; NFC.
by Aaron Ballman
· 10 years ago
030133c
ArrayRef: Remove the equals helper with many arguments.
by Benjamin Kramer
· 11 years ago
a961417
Correcting the ArrayRef test to not cause use-after-free bugs with initializer lists. Should also silence a -Wsign-compare warning accidentally introduced.
by Aaron Ballman
· 11 years ago
fbb030f
Adding additional tests to ensure that initializer lists created from return values and as function arguments also work as expected.
by Aaron Ballman
· 11 years ago
fb28a60
Addressing a post-commit review comment suggesting to avoid using direct initialization.
by Aaron Ballman
· 11 years ago
f4984a9
I believe we no longer require LLVM_HAS_INITIALIZER_LISTS; it's supported in MSVC 2013 and GCC. Added a trivial test to ensure the ArrayRef initializer list constructor is called and behaves as expected.
by Aaron Ballman
· 11 years ago
a1f4697
Revert r225053: Add an ArrayRef upcasting constructor from ArrayRef<U*> -> ArrayRef<T*> where T is a base of U.
by Chandler Carruth
· 11 years ago
77b1aa9
Add an ArrayRef upcasting constructor from ArrayRef<U*> -> ArrayRef<T*> where T is a base of U.
by Michael Gottesman
· 11 years ago
ee03ead
Add some negative (and positive) static_assert checks for ArrayRef-of-pointer conversions introduced in r216709
by David Blaikie
· 11 years ago
c9439cc
Add a test for converting ArrayRef<T *> to ArrayRef<const T *>.
by Craig Topper
· 11 years ago
349f698
ADT: Unit test for ArrayRef::equals change in r215986
by Duncan P. N. Exon Smith
· 11 years ago
3ea985b
[ADT] Add a remarkbly useful little helper routine to ArrayRef for
by Chandler Carruth
· 11 years ago
45647d8
ADT: Add a drop_back() helper to ArrayRef
by David Majnemer
· 11 years ago
4d6d981
Fix layering StringRef copy using BumpPtrAllocator.
by Nick Kledzik
· 12 years ago