I've migrated all known users of llvm::Optional::transform. This
patch deprecates it to facilitate the migration from llvm::Optional to
std::optional.
Details
Details
- Reviewers
MaskRay dblaikie - Commits
- rG272bcb232f07: [ADT] Remove llvm::Optional::transform
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I suspect very few if any project outside llvm-project uses this API, so removing it directly may be fine as well.