[all-commits] [llvm/llvm-project] c33511: [lld] Change Optional to std::optional
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Nov 27 17:25:46 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c33511c8df54265f5c540c0d8605f2f6f35ee6cd
https://github.com/llvm/llvm-project/commit/c33511c8df54265f5c540c0d8605f2f6f35ee6cd
Author: Fangrui Song <i at maskray.me>
Date: 2022-11-27 (Sun, 27 Nov 2022)
Changed paths:
M lld/COFF/InputFiles.cpp
M lld/COFF/InputFiles.h
M lld/COFF/SymbolTable.cpp
M lld/Common/DWARF.cpp
M lld/ELF/DWARF.cpp
M lld/ELF/DWARF.h
M lld/ELF/InputFiles.cpp
M lld/ELF/InputFiles.h
M lld/MachO/Dwarf.h
M lld/MachO/InputSection.cpp
M lld/include/lld/Common/DWARF.h
M llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h
M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
M llvm/lib/DebugInfo/DWARF/DWARFDataExtractor.cpp
Log Message:
-----------
[lld] Change Optional to std::optional
https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
More information about the All-commits
mailing list