diff options
author | Mészáros Gergely <gergely.meszaros@intel.com> | 2024-11-16 20:46:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-16 20:46:15 +0100 |
commit | 797330e96c5abf0f1c623c1eb5ca69de28b484be (patch) | |
tree | d7c067bf9f952b95c0a6d93f8525c0637dd85060 /clang/lib/Lex/ModuleMap.cpp | |
parent | 3fb83f65c4f38d7651b46d51b8e431417a69d539 (diff) | |
download | llvm-797330e96c5abf0f1c623c1eb5ca69de28b484be.zip llvm-797330e96c5abf0f1c623c1eb5ca69de28b484be.tar.gz llvm-797330e96c5abf0f1c623c1eb5ca69de28b484be.tar.bz2 |
[ADT][NFCI]: Fix iterator category for graph iterators with external storage (#116403)
Set the iterator category for graph iterators to input_iterator_tag when
the visited set is stored externally. In that case we can't provide
multi-pass guarantee, so we should not claim to be a forward iterator.
Fixes: #116400
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions