[PATCH] D117885: [OpaquePtrs] Deprecate PointerType::getElementType()

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 16:46:29 PST 2022


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Sounds good - though please separate it - API migration (one or many patches, I don't much mind) and then a separate one to flag the function as deprecated. (make it easier to revert if needed, or for downstream users to revert/#ifdef out/whatever they need to do)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117885/new/

https://reviews.llvm.org/D117885



More information about the llvm-commits mailing list