summaryrefslogtreecommitdiff
path: root/AK/InlineLinkedList.h
AgeCommit message (Expand)Author
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-22AK: InlineLinkedListIterator operator-> should return m_node directlyAndrew Kaster
2019-08-08AK: Add an iterator class for InlineLinkedListAndreas Kling
2019-05-28Add clang-format fileRobin Burchell
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