[PATCH] D62467: NFC: Change usage of 'DenseSet' to 'DenseSetImpl' in DenseSetImpl::ConstIterator.

Jacques Pienaar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 27 10:38:08 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL361775: NFC: Change usage of 'DenseSet' to 'DenseSetImpl' in DenseSetImpl… (authored by jpienaar, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D62467?vs=201460&id=201546#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62467/new/

https://reviews.llvm.org/D62467

Files:
  llvm/trunk/include/llvm/ADT/DenseSet.h


Index: llvm/trunk/include/llvm/ADT/DenseSet.h
===================================================================
--- llvm/trunk/include/llvm/ADT/DenseSet.h
+++ llvm/trunk/include/llvm/ADT/DenseSet.h
@@ -130,7 +130,7 @@
 
   class ConstIterator {
     typename MapTy::const_iterator I;
-    friend class DenseSet;
+    friend class DenseSetImpl;
     friend class Iterator;
 
   public:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62467.201546.patch
Type: text/x-patch
Size: 387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190527/ae6a9583/attachment.bin>


More information about the llvm-commits mailing list