diff options
| author | Kazu Hirata <kazu@google.com> | 2025-10-31 09:42:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-31 09:42:15 -0700 |
| commit | da5a3c959f713baa865ced3e22a41de700dbebad (patch) | |
| tree | 5317868e0b41bbfc5c58043f27b8ed849e63095c /llvm/tools/llvm-diff/lib | |
| parent | cfbb4cc31215d615f605466aef0bcfb42aa9faa5 (diff) | |
| download | llvm-da5a3c959f713baa865ced3e22a41de700dbebad.zip llvm-da5a3c959f713baa865ced3e22a41de700dbebad.tar.gz llvm-da5a3c959f713baa865ced3e22a41de700dbebad.tar.bz2 | |
[MC] Remove SMRange(std::nullopt_t) (#165832)
This patch removes SMRange(std::nullopt_t) to reduce the number of
uses of std::nullopt outside the context of std::optional. Since
there are only a handful of uses, this patch removes the constructor
without going through deprecation.
The use of std::nullopt here has its root in llvm::None, which was
used as a convenient way to indicate "nothing" before we migrated
llvm::Optional to std::optional.
Diffstat (limited to 'llvm/tools/llvm-diff/lib')
0 files changed, 0 insertions, 0 deletions
