Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
13f89cd19b5425e2671390ef971f00b51f6bb113
/
llvm
/
unittests
/
ADT
/
SmallVectorTest.cpp
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