Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
72a9d15aba28a07c93abf18222b51f0afcd365ed
/
llvm
/
unittests
/
ADT
/
SmallVectorTest.cpp
f817c1c
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 11 years ago
a6d7acc
SmallVector: Allow initialization and assignment from initializer_list.
by Benjamin Kramer
· 11 years ago
f9a1897
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
by Aaron Ballman
· 11 years ago
1d563f4
SmallVector: Move emplace_back to SmallVectorImpl.
by Benjamin Kramer
· 11 years ago
ac92bfc
[ADT] Add move operations to SmallVector<T,N> from SmallVectorImpl<T>.
by Lang Hames
· 11 years ago
7ce5a49
Silencing several "multiple copy constructors" warnings from MSVC; NFC.
by Aaron Ballman
· 11 years ago
f2396e6
ADT: Add SmallVector<>::emplace_back()
by Duncan P. N. Exon Smith
· 11 years ago
11e0876
SmallVectorTest: Make the deleted member functions private to help MSVC users.
by David Blaikie
· 11 years ago
10467ca
SmallVectorTest.cpp: Use LLVM_DELETED_FUNCTION.
by NAKAMURA Takumi
· 11 years ago
669fc86
SmallVector: support resize(N) with move-only types
by David Blaikie
· 11 years ago
1848660
SmallVector: Improve test coverage for insert with repetition
by David Blaikie
· 11 years ago
402cb2c
SmallVector: More movable improvements - don't copy elements to make space when inserting repeated elements.
by David Blaikie
· 11 years ago
ae8a932
SmallVector: Move, don't copy, elements to make space for an insertion.
by David Blaikie
· 11 years ago
8ef8b73
SmallVectorTest: Remove some more robust checks added in r210429 since they caught some bugs I haven't fixed yet.
by David Blaikie
· 11 years ago
40d4e34
Fix some more moving-from-moved-from objects issues in SmallVector
by David Blaikie
· 11 years ago
789df06
Ensure SmallVector::insert doesn't overwrite the last element in the range with the already-moved-from value
by David Blaikie
· 11 years ago
8451cdff
Fix a use of uninitialized memory in SmallVector's move-assignment operator.
by Douglas Gregor
· 11 years ago
259a5a6
Revert "Clean up SmallString a bit"
by David Blaikie
· 12 years ago
d028adf
Clean up SmallString a bit
by David Blaikie
· 12 years ago
130cec2
Sort the #include lines for unittest/...
by Chandler Carruth
· 13 years ago
0b01261
Move the SmallVector unit tests to be type-parameterized so that we can
by Chandler Carruth
· 13 years ago
23a9c3e0
Bring the return value of SmallVector::insert in line with std::vector::insert.
by Benjamin Kramer
· 13 years ago
371b9b0
SmallVector: return a valid iterator for the rare case of inserting an empty range into a SmallVector.
by Benjamin Kramer
· 13 years ago
74a12a4
SmallVector: Don't rely on having an assignment operator around in push_back for POD-like types.
by Benjamin Kramer
· 13 years ago
229907c
land David Blaikie's patch to de-constify Type, with a few tweaks.
by Chris Lattner
· 14 years ago
145a260
Fix a subtle issue in SmallVector. The following code did not work as expected:
by Owen Anderson
· 14 years ago
88c54b8
Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names
by Chandler Carruth
· 15 years ago
bfba2f1
Silence 'unused' warning.
by Bill Wendling
· 15 years ago
42e77df
Fix SmallVector's insert to handle non-random-access iterators.
by Dan Gohman
· 16 years ago
ed4c2eb
Make this test more lenient; with SmallVector now using actually
by Dan Gohman
· 16 years ago
825e955
Add SmallVector::{capacity,set_size}.
by Daniel Dunbar
· 16 years ago
6d6023b
Clarify a FIXME.
by Daniel Dunbar
· 16 years ago
d4f5537
Use the testcase from PR2791.
by Owen Anderson
· 16 years ago
8d069ef
Fix naming of file.
by Bill Wendling
· 17 years ago
c56c37f
Adding unittests for SmallVector. Test by Talin.
by Bill Wendling
· 17 years ago