[PATCH] D93953: NFC: Remove simple_ilist comment mentioning ilist/iplist allocating
Nathan Lanza via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 22 00:26:11 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG75f10c957477: NFC: Remove simple_ilist comment mentioning ilist/iplist allocating (authored by lanza).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93953/new/
https://reviews.llvm.org/D93953
Files:
llvm/include/llvm/ADT/simple_ilist.h
Index: llvm/include/llvm/ADT/simple_ilist.h
===================================================================
--- llvm/include/llvm/ADT/simple_ilist.h
+++ llvm/include/llvm/ADT/simple_ilist.h
@@ -28,8 +28,8 @@
/// This is a simple intrusive list for a \c T that inherits from \c
/// ilist_node<T>. The list never takes ownership of anything inserted in it.
///
-/// Unlike \a iplist<T> and \a ilist<T>, \a simple_ilist<T> never allocates or
-/// deletes values, and has no callback traits.
+/// Unlike \a iplist<T> and \a ilist<T>, \a simple_ilist<T> never deletes
+/// values, and has no callback traits.
///
/// The API for adding nodes include \a push_front(), \a push_back(), and \a
/// insert(). These all take values by reference (not by pointer), except for
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93953.318440.patch
Type: text/x-patch
Size: 775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210122/37cc836c/attachment.bin>
More information about the llvm-commits
mailing list