Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
refs/heads/r
/
unittests
/
ADT
/
ArrayRefTest.cpp
3d172cd
Revert "ADT: Move ArrayRef comparison operators into the class"
by Pavel Labath
· 7 years ago
d5b753a
ADT: Move ArrayRef comparison operators into the class
by Pavel Labath
· 7 years ago
b13ea4e
Fix incorrect usage of std::is_assignable.
by Richard Smith
· 8 years ago
f0244a3
Revert "Add a value_type to ArrayRef."
by Clement Courbet
· 8 years ago
262e25d
Add a value_type to ArrayRef.
by Clement Courbet
· 8 years ago
b527f09
Avoid a UB pointer overflow in the ArrayRef unit test
by Vedant Kumar
· 8 years ago
370e6fd
Add some searching functions for ArrayRef<T>.
by Zachary Turner
· 9 years ago
8f3f50a
Re-apply "Disallow ArrayRef assignment from temporaries."
by Jordan Rose
· 9 years ago
b260e3a
Revert "Disallow ArrayRef assignment from temporaries."
by Zachary Turner
· 9 years ago
31b90a7
Disallow ArrayRef assignment from temporaries.
by Jordan Rose
· 9 years ago
e046d5c
Fix unit test after function name change.
by Zachary Turner
· 9 years ago
bb0403b
Add StringRef::take_front and StringRef::take_back
by Zachary Turner
· 9 years ago
dffc922
Fix ArrayRef initializer_list Ctor Test
by David Blaikie
· 9 years ago
408a761
[ADT] Pass ArrayRef::slice size_t instead of unsigned.
by Ahmed Bougacha
· 9 years ago
680266e
[ADT] Add drop_front method to ArrayRef
by Reid Kleckner
· 9 years ago
4806ac4
Add makeArrayRef() overload for ArrayRef input (no-op/identity) NFC
by Mehdi Amini
· 10 years ago
e0fdfac
[ArrayRefTest] Work around a GCC 4.8 internal compiler error.
by Benjamin Kramer
· 10 years ago
bf1c315
unittests/ADT/ArrayRefTest.cpp: Suppress r243995 on g++-4.8 for now to unbreak bots.
by NAKAMURA Takumi
· 10 years ago
0d2030d
[ArrayRef] Make copy use std::uninitialized_copy.
by Benjamin Kramer
· 10 years ago
ff7ef6c
Removing spurious semi colons; NFC.
by Aaron Ballman
· 10 years ago
c255d35
ArrayRef: Remove the equals helper with many arguments.
by Benjamin Kramer
· 10 years ago
c4326a1
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
4e29d07
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
fc25a74
Addressing a post-commit review comment suggesting to avoid using direct initialization.
by Aaron Ballman
· 11 years ago
8b0b0a8
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
4b77e07
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
735f1df
Add an ArrayRef upcasting constructor from ArrayRef<U*> -> ArrayRef<T*> where T is a base of U.
by Michael Gottesman
· 11 years ago
07f3526
Add some negative (and positive) static_assert checks for ArrayRef-of-pointer conversions introduced in r216709
by David Blaikie
· 11 years ago
8316713
Add a test for converting ArrayRef<T *> to ArrayRef<const T *>.
by Craig Topper
· 11 years ago
7d84c8e
ADT: Unit test for ArrayRef::equals change in r215986
by Duncan P. N. Exon Smith
· 11 years ago
8e704b1
[ADT] Add a remarkbly useful little helper routine to ArrayRef for
by Chandler Carruth
· 11 years ago
38dbb02
ADT: Add a drop_back() helper to ArrayRef
by David Majnemer
· 11 years ago
8147752
Fix layering StringRef copy using BumpPtrAllocator.
by Nick Kledzik
· 12 years ago