[PATCH] D23705: [GraphTraits] Make nodes_iterator dereference to NodeRef

Tim Shen via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 18 22:29:07 PDT 2016


timshen created this revision.
timshen added a reviewer: dblaikie.
timshen added a subscriber: cfe-commits.

Currently nodes_iterator may dereference to a NodeType* or a NodeType&. Make them all dereference to NodeType*, which is NodeRef later. Corresponding LLVM change: D23704

https://reviews.llvm.org/D23705

Files:
  include/clang/Analysis/Analyses/Dominators.h
  include/clang/Analysis/CFG.h
  include/clang/Analysis/CallGraph.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23705.68649.patch
Type: text/x-patch
Size: 7829 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160819/b1d6a211/attachment-0001.bin>


More information about the cfe-commits mailing list