OSDN Git Service

ADT: Use typedefs for ilist_base and ilist_node_base, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 10 Sep 2016 16:28:52 +0000 (16:28 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 10 Sep 2016 16:28:52 +0000 (16:28 +0000)
commit631d14e644aa4b7cb033142f30c617701a798765
treec7c141aa44d9e07051e854dc043a5448435f41dd
parente117e506536626352e8e47f6c72cd6e2a276622c
ADT: Use typedefs for ilist_base and ilist_node_base, NFC

This is a prep commit to minimize changes in a follow-up that is adding
a template parameter to ilist_node_base and ilist_base.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281141 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/ilist_base.h
include/llvm/ADT/simple_ilist.h
unittests/ADT/IListBaseTest.cpp