Files
clang-p2996/lldb/source/Symbol/Function.cpp
Kazu Hirata 9844085ea8 [lldb] Migrate away from ValueRange(std::nullopt) (NFC) (#145245)
ArrayRef has a constructor that accepts std::nullopt.  This
constructor dates back to the days when we still had llvm::Optional.

Since the use of std::nullopt outside the context of std::optional is
kind of abuse and not intuitive to new comers, I would like to move
away from the constructor and eventually remove it.

This patch takes care of the lldb side of migration.
2025-06-22 16:31:34 -07:00

24 KiB