tschuett added inline comments.
================ Comment at: clang-tools-extra/pseudo/include/clang-pseudo/Forest.h:202 +class ForestNode::RecursiveIterator + : public std::iterator<std::input_iterator_tag, const ForestNode> { + llvm::DenseSet<const ForestNode *> Seen; ---------------- `std::iterator` is deprecated in C++17 and creates warnings. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128930/new/ https://reviews.llvm.org/D128930 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits