m4tx added a comment. In D55790#1333627 <https://reviews.llvm.org/D55790#1333627>, @riccibruno wrote:
> Do you really have to add an iterator for this particular thing ? > Why not just use `specific_decl_iterator<AccessSpecDecl>` in your clang-tidy > checker ? I don't need to - if this is the preferred way to accomplish this, I'm more than happy to modify the revisions. I just saw other range methods that are used only once (e.g. `CXXRecordDecl::friends()`). Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D55790/new/ https://reviews.llvm.org/D55790 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits