[PATCH] D117885: [OpaquePtrs] Deprecate PointerType::getElementType()
Duncan P. N. Exon Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 21 15:12:39 PST 2022
dexonsmith added a comment.
Generally makes sense to me; staging you propose sounds right too.
Wondering though, why "deprecated" instead of simple delete? Either one is liable to need a temporary revert in downstreams... I figure, either they'll care about warnings (maybe use `-Werror`) and'll need to revert, or they won't care and this'll go by without being fixed. But I'm not sure / don't feel strongly / etc.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117885/new/
https://reviews.llvm.org/D117885
More information about the llvm-commits
mailing list