[PATCH] D75561: Remove const qualifier from Modules returned by ExternalASTSource. (NFC)
Raphael Isemann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 31 10:53:00 PDT 2020
teemperor added a comment.
I am fine with this if we *really* need it for D75488 <https://reviews.llvm.org/D75488>. So far the only direct place where we do need the module to be non-const was some redundant assignment for Name (I added a comment in D75488 <https://reviews.llvm.org/D75488>), but if that is removed I believe the rest of the code should work with a const Module.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75561/new/
https://reviews.llvm.org/D75561
More information about the cfe-commits
mailing list