[PATCH] D60029: Add const children() accessors to all AST nodes.
Bruno Ricci via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 12 06:24:13 PDT 2019
riccibruno added a comment.
Sorry for the delay. Thanks a lot for the patch!
Some of these casts are rather questionable. However this has nothing to do with your patch since you are just adding the const-qualified version of `children()`. Therefore I believe this patch looks good. Do you want me to commit it for you ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60029/new/
https://reviews.llvm.org/D60029
More information about the cfe-commits
mailing list