Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c23b933d5f8be9b51a1d22e717c0311f65f87dcd
/
unittests
/
ADT
/
SmallVectorTest.cpp
d45f7b6
Bring the return value of SmallVector::insert in line with std::vector::insert.
by Benjamin Kramer
· 13 years ago
5f6c7cf
SmallVector: return a valid iterator for the rare case of inserting an empty range into a SmallVector.
by Benjamin Kramer
· 13 years ago
3703baa
SmallVector: Don't rely on having an assignment operator around in push_back for POD-like types.
by Benjamin Kramer
· 13 years ago
db125cf
land David Blaikie's patch to de-constify Type, with a few tweaks.
by Chris Lattner
· 14 years ago
9cbd7af
Fix a subtle issue in SmallVector. The following code did not work as expected:
by Owen Anderson
· 14 years ago
100c267
Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names
by Chandler Carruth
· 15 years ago
d400850
Silence 'unused' warning.
by Bill Wendling
· 15 years ago
a7a33fd
Fix SmallVector's insert to handle non-random-access iterators.
by Dan Gohman
· 15 years ago
5ffc72e
Make this test more lenient; with SmallVector now using actually
by Dan Gohman
· 15 years ago
c2da6fb
Add SmallVector::{capacity,set_size}.
by Daniel Dunbar
· 16 years ago
614be08
Clarify a FIXME.
by Daniel Dunbar
· 16 years ago
3f7c72a
Use the testcase from PR2791.
by Owen Anderson
· 16 years ago
3d9fbee
Fix naming of file.
by Bill Wendling
· 17 years ago
f2850d9
Adding unittests for SmallVector. Test by Talin.
by Bill Wendling
· 17 years ago