[PATCH] D69000: [clang-tidy] new check: modernize-deprecated-iterator-base
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 27 02:39:57 PDT 2020
njames93 added a comment.
First of all I'd definitely wait until a patch to include ASTMatcher support for CXXBaseSpecifier lands before progressing with this.
Secondly this issue should be warned on by clang when compiling with c++17 with some stdlib support, libc++ should mark iterator as deprecated when compiling with c++17.
Having said that this still has value as the fix its are helpful.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69000/new/
https://reviews.llvm.org/D69000
More information about the cfe-commits
mailing list