Kazu Hirata
|
660c33e51d
|
[libc] Use std::optional instead of llvm::Optional (NFC)
This is part of an effort to migrate from llvm::Optional to
std::optional:
https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
|
2023-01-14 21:10:14 -08:00 |
|
Kazu Hirata
|
b950e06149
|
[libc] Use std::optional instead of None in comments (NFC)
This is part of an effort to migrate from llvm::Optional to
std::optional:
https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
|
2022-12-10 17:01:55 -08:00 |
|
Kazu Hirata
|
f7dffc28b3
|
Don't include None.h (NFC)
I've converted all known uses of None to std::nullopt, so we no longer
need to include None.h.
This is part of an effort to migrate from llvm::Optional to
std::optional:
https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
|
2022-12-10 11:24:26 -08:00 |
|
Kazu Hirata
|
23a6932c49
|
[libc] Use std::nullopt instead of None (NFC)
This is part of an effort to migrate from llvm::Optional to
std::optional:
https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
|
2022-12-09 19:47:17 -08:00 |
|
Kazu Hirata
|
70fe44ca77
|
[libc] Use std::nullopt instead of None (NFC)
This is part of an effort to migrate from llvm::Optional to
std::optional:
https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
|
2022-12-09 19:14:05 -08:00 |
|
Guillaume Chatelet
|
00c943a548
|
[libc] automemcpy
|
2021-10-28 11:10:15 +00:00 |
|