[PATCH] D138539: Use std::nullopt_t instead of NoneType (NFC)

Balázs Benics via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 05:05:00 PST 2023


steakhal added a comment.

Hm, it would be easier to use `llvm::StringMap<decltype(std::monostate)>` instead of `std::nullopt_t`, or some adhoc empty struct.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138539



More information about the llvm-commits mailing list