llvm-project/llvm/include/llvm/Bitcode
Kazu Hirata e9e64f7c9e [Bitcode] Use std::nullopt instead of None (NFC)
This patch mechanically replaces None with std::nullopt where the
compiler would warn if None were deprecated.  The intent is to reduce
the amount of manual work required in migrating from Optional to
std::optional.

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-02 20:36:05 -08:00
..
BitcodeAnalyzer.h [Bitcode] Use std::nullopt instead of None (NFC) 2022-12-02 20:36:05 -08:00
BitcodeCommon.h Reland [IR] Increase max alignment to 4GB 2021-10-06 13:29:23 -07:00
BitcodeConvenience.h
BitcodeReader.h [Bitcode] Use std::nullopt instead of None (NFC) 2022-12-02 20:36:05 -08:00
BitcodeWriter.h Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
BitcodeWriterPass.h Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
LLVMBitCodes.h Restore "[MemProf] ThinLTO summary support" with more fixes 2022-11-16 09:42:41 -08:00