[PATCH] D151198: [llvm][ADT] Fix invalid `reference` type of depth-first, breadth-first and post order iterators
Markus Böck via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 23 10:30:04 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc88a7a7b8ebf: [llvm][ADT] Fix invalid `reference` type of depth-first, breadth-first and post… (authored by zero9178).
Changed prior to commit:
https://reviews.llvm.org/D151198?vs=524639&id=524796#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151198/new/
https://reviews.llvm.org/D151198
Files:
llvm/include/llvm/ADT/BreadthFirstIterator.h
llvm/include/llvm/ADT/DepthFirstIterator.h
llvm/include/llvm/ADT/PostOrderIterator.h
llvm/unittests/ADT/BreadthFirstIteratorTest.cpp
llvm/unittests/ADT/DepthFirstIteratorTest.cpp
llvm/unittests/ADT/PostOrderIteratorTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151198.524796.patch
Type: text/x-patch
Size: 4191 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230523/37586dbf/attachment.bin>
More information about the llvm-commits
mailing list