[PATCH] D55790: [AST] Add accessSpecs() iterator range for CXXRecordDecl
Bruno Ricci via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 17 14:49:34 PST 2018
riccibruno added a comment.
Do you really have to add an iterator for this particular thing ?
Why not just use `specific_decl_iterator<AccessSpecDecl>` in you clang-tidy checker ?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55790/new/
https://reviews.llvm.org/D55790
More information about the cfe-commits
mailing list