[PATCH] D131368: [Basic] Deprecate MapEntryOptionalStorage::{hasValue,getValue}
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 8 17:50:12 PDT 2022
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
Sounds good - I'd be probably OK with removing these outright as they're so niche/generally only for use by `llvm::Optional` anyway - but not much harm in keeping them around for the same period the other more visible APIs are deprecated and cleaning it all up together later/then.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131368/new/
https://reviews.llvm.org/D131368
More information about the cfe-commits
mailing list