diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-09-10 16:55:06 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-09-10 16:55:06 +0000 |
commit | 34c4d2abfd7a33f9190d50243811fe219977e981 (patch) | |
tree | cbee62e4171910459465bcf642cd5493885e85ca /llvm/tools/llvm-cov/SourceCoverageView.cpp | |
parent | 41aceac37f42013a0a3483fca61f86cbb7dabc32 (diff) | |
download | bcm5719-llvm-34c4d2abfd7a33f9190d50243811fe219977e981.tar.gz bcm5719-llvm-34c4d2abfd7a33f9190d50243811fe219977e981.zip |
ADT: Move ilist_node_access to ilist_detail::NodeAccess...
... and make a few ilist-internal API changes, in preparation for
changing how ilist_node is templated. The only effect for ilist users
should be changing the friend target from llvm::ilist_node_access to
llvm::ilist_detail::NodeAccess (which is only necessary when they
inherit privately from ilist_node).
- Split out SpecificNodeAccess, which has overloads of getNodePtr and
getValuePtr that are untemplated.
- Use more typedefs to prevent more changes later.
- Force inheritance to use *NodeAccess (to emphasize that ilist *users*
shouldn't be doing this).
There should be no functionality change here.
llvm-svn: 281142
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageView.cpp')
0 files changed, 0 insertions, 0 deletions