[PATCH] D67586: Replace uses of std::iterator with explicit using

Hamza Sood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 11 09:05:03 PDT 2021


hamzasood updated this revision to Diff 336673.
hamzasood added a comment.
Herald added a reviewer: bollu.

I had no idea that this was left incomplete. I've rebased the patch and applied the same process to some new classes that were added in the meantime.

I don't have commit access anymore after the move to Git, so I'd appreciate it if someone could commit this on my behalf.


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

https://reviews.llvm.org/D67586

Files:
  clang/include/clang/AST/StmtIterator.h
  clang/include/clang/Rewrite/Core/RewriteRope.h
  llvm/include/llvm/ADT/BreadthFirstIterator.h
  llvm/include/llvm/ADT/CoalescingBitVector.h
  llvm/include/llvm/ADT/DepthFirstIterator.h
  llvm/include/llvm/ADT/EquivalenceClasses.h
  llvm/include/llvm/ADT/ImmutableSet.h
  llvm/include/llvm/ADT/IntervalMap.h
  llvm/include/llvm/ADT/PostOrderIterator.h
  llvm/include/llvm/ADT/SparseMultiSet.h
  llvm/include/llvm/ADT/iterator.h
  llvm/include/llvm/Analysis/AliasSetTracker.h
  llvm/include/llvm/Analysis/MemorySSA.h
  llvm/include/llvm/Analysis/RegionIterator.h
  llvm/include/llvm/CodeGen/MachineRegisterInfo.h
  llvm/include/llvm/CodeGen/ScheduleDAG.h
  llvm/include/llvm/CodeGen/SelectionDAGNodes.h
  llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  llvm/include/llvm/IR/CFG.h
  llvm/include/llvm/IR/DebugInfoMetadata.h
  llvm/include/llvm/IR/GetElementPtrTypeIterator.h
  llvm/include/llvm/IR/Metadata.h
  llvm/include/llvm/IR/Module.h
  llvm/include/llvm/IR/Value.h
  llvm/include/llvm/IR/ValueMap.h
  llvm/include/llvm/Object/ELFTypes.h
  llvm/include/llvm/Object/SymbolicFile.h
  llvm/include/llvm/ProfileData/Coverage/CoverageMappingReader.h
  llvm/include/llvm/ProfileData/InstrProfReader.h
  llvm/include/llvm/Support/LineIterator.h
  llvm/include/llvm/Support/TargetRegistry.h
  llvm/include/llvm/Support/YAMLParser.h
  llvm/include/llvm/TextAPI/ArchitectureSet.h
  llvm/include/llvm/Transforms/Scalar/GVNExpression.h
  llvm/lib/Analysis/CFGPrinter.cpp
  llvm/tools/llvm-objdump/MachODump.cpp
  polly/include/polly/Support/VirtualInstruction.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67586.336673.patch
Type: text/x-patch
Size: 44115 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210411/19616d05/attachment.bin>


More information about the llvm-commits mailing list