Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
unittests
/
ADT
/
IListTest.cpp
b5da005
ADT: Never allocate nodes in iplist<> and ilist<>
by Duncan P. N. Exon Smith
· 9 years ago
34c4d2a
ADT: Move ilist_node_access to ilist_detail::NodeAccess...
by Duncan P. N. Exon Smith
· 9 years ago
e974f57
ADT: Fix up IListTest.privateNode and get it passing
by Duncan P. N. Exon Smith
· 9 years ago
f947c3a
ADT: Split ilist_node_traits into alloc and callback, NFC
by Duncan P. N. Exon Smith
· 9 years ago
fbdb201
Rename unittests/ADT/ilistTestTemp.cpp => IListTest.cpp
by Duncan P. N. Exon Smith
· 9 years ago
[Renamed (91%) from llvm/unittests/ADT/ilistTestTemp.cpp]
75ef78c
Rename unittests/ADT/ilistTest.cpp to ilistTestTemp.cpp (temporarily)
by Duncan P. N. Exon Smith
· 9 years ago
[Renamed (96%) from llvm/unittests/ADT/ilistTest.cpp]
49a8ebd
Fix header comment for unittests/ADT/ilistTest.cpp
by Duncan P. N. Exon Smith
· 9 years ago
64093a3
Reapply "ADT: Remove UB in ilist (and use a circular linked list)"
by Duncan P. N. Exon Smith
· 9 years ago
11cb538
Reapply "ADT: Tidy up ilist_traits static asserts, NFC"
by Duncan P. N. Exon Smith
· 9 years ago
9405ae7
Revert "ADT: Remove UB in ilist (and use a circular linked list)"
by Diana Picus
· 9 years ago
fa1a4b3
Revert "ADT: Tidy up ilist_traits static asserts, NFC"
by Diana Picus
· 9 years ago
56ee4f1
ADT: Tidy up ilist_traits static asserts, NFC
by Duncan P. N. Exon Smith
· 9 years ago
10ae33a
ADT: Remove UB in ilist (and use a circular linked list)
by Duncan P. N. Exon Smith
· 9 years ago
4741661
ADT: Add some missing coverage for iplist::splice
by Duncan P. N. Exon Smith
· 9 years ago
4042d91
ADT: Avoid relying on UB in ilist_node::getNextNode()
by Duncan P. N. Exon Smith
· 10 years ago
c8925b1
unittests: Remove implicit ilist iterator conversions, NFC
by Duncan P. N. Exon Smith
· 10 years ago
0bc56da
Explicitly default ilistTest::Node's copy constructor
by David Blaikie
· 11 years ago
7f1e056
Revert "Remove the explicit SDNodeIterator::operator= in favor of the implicit default"
by David Blaikie
· 11 years ago
bb8da4c
Remove the explicit SDNodeIterator::operator= in favor of the implicit default
by David Blaikie
· 11 years ago
66f09ad
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
b6d0bd4
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
by Benjamin Kramer
· 12 years ago
4ccabc1
Add an iplist::clearAndLeakNodesUnsafely() function.
by Jakob Stoklund Olesen
· 13 years ago
b034cb7
Sort a few more #include lines in tools/... unittests/... and utils/...
by Chandler Carruth
· 13 years ago
b8d29bf
Add an assertion for a likely ilist::splice() contract violation.
by Jakob Stoklund Olesen
· 13 years ago
130cec2
Sort the #include lines for unittest/...
by Chandler Carruth
· 13 years ago
2842f25
Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky.
by Daniel Dunbar
· 15 years ago
959ae59
ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null.
by Daniel Dunbar
· 15 years ago