sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/include/clang/AST/DeclBase.h:1249
llvm::iterator_adaptor_base<iterator, ResultTy::iterator,
- std::random_access_iterator_tag,
- NamedDecl *const>;
+ std::random_access_iterator_tag, NamedDecl
*>;
----------------
I wonder if this was meant to be `const NamedDecl *` - note that begin()/end()
are const.
However I'm not sure (clang AST is always funny about const) and that would be
a breaking change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91158/new/
https://reviews.llvm.org/D91158
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits