[all-commits] [llvm/llvm-project] 4191fd: [ELF] Change most llvm::Optional to std::optional
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Nov 26 19:19:27 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4191fda69c876ae76697b294684b89b67c3dbc4a
https://github.com/llvm/llvm-project/commit/4191fda69c876ae76697b294684b89b67c3dbc4a
Author: Fangrui Song <i at maskray.me>
Date: 2022-11-26 (Sat, 26 Nov 2022)
Changed paths:
M lld/ELF/Config.h
M lld/ELF/DWARF.cpp
M lld/ELF/Driver.cpp
M lld/ELF/Driver.h
M lld/ELF/DriverUtils.cpp
M lld/ELF/InputFiles.cpp
M lld/ELF/InputFiles.h
M lld/ELF/InputSection.cpp
M lld/ELF/LinkerScript.cpp
M lld/ELF/LinkerScript.h
M lld/ELF/OutputSections.h
M lld/ELF/Relocations.cpp
M lld/ELF/ScriptParser.cpp
M lld/ELF/SymbolTable.h
M lld/ELF/SyntheticSections.cpp
M lld/ELF/SyntheticSections.h
M lld/ELF/Target.h
M lld/ELF/Thunks.cpp
Log Message:
-----------
[ELF] Change most llvm::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