[PATCH] D98889: [clang] Replaced some manual pointer tagging with llvm::PointerIntPair.
Josh Haberman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 18 13:41:19 PDT 2021
haberman marked an inline comment as done.
haberman added a comment.
> Thanks! Do we need InitializedEntity::getDecl to return a pointer to non-const?
Yes, if I try to propagate `const` the change starts to snowball.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98889/new/
https://reviews.llvm.org/D98889
More information about the cfe-commits
mailing list