This patch replaces the existing cpp::optional type with a newer
version that has more features. This class is heavily inspired by the
old llvm::Optional class. Currently the limitations of this class is
that we only handle types with trivial constructors or operators.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo