summaryrefslogtreecommitdiff
path: root/AK/InlineLinkedList.h
AgeCommit message (Collapse)Author
2019-12-22AK: InlineLinkedListIterator operator-> should return m_node directlyAndrew Kaster
Little typo here. Don't think many people use this iterator :)
2019-08-08AK: Add an iterator class for InlineLinkedListAndreas Kling
This makes it possible to iterate over these with range-for. :^)
2019-05-28Add clang-format fileRobin Burchell
Also run it across the whole tree to get everything using the One True Style. We don't yet run this in an automated fashion as it's a little slow, but there is a snippet to do so in makeall.sh.
2019-05-07AK: Add InlineLinkedList::remove_tail().Andreas Kling
2018-12-21Yet another pass of style fixes.Andreas Kling
2018-12-03Move InlineLinkedList to AK.Andreas Kling