[all-commits] [llvm/llvm-project] da6642: [llvm] Include <optional> instead of "llvm/ADT/Opt...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Jan 14 15:09:13 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: da6642a1c81bb5ff68153bcdc138e75e6ecdce43
https://github.com/llvm/llvm-project/commit/da6642a1c81bb5ff68153bcdc138e75e6ecdce43
Author: Kazu Hirata <kazu at google.com>
Date: 2023-01-14 (Sat, 14 Jan 2023)
Changed paths:
M llvm/include/llvm/ADT/STLForwardCompat.h
M llvm/include/llvm/BinaryFormat/Wasm.h
M llvm/include/llvm/Debuginfod/Debuginfod.h
M llvm/include/llvm/FuzzMutate/IRMutator.h
M llvm/include/llvm/LineEditor/LineEditor.h
M llvm/include/llvm/Support/raw_ostream.h
M llvm/include/llvm/Testing/Support/SupportHelpers.h
M llvm/include/llvm/XRay/InstrumentationMap.h
M llvm/lib/FuzzMutate/IRMutator.cpp
M llvm/lib/Support/VirtualFileSystem.cpp
M llvm/lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
M llvm/unittests/IR/CFGBuilder.h
M llvm/unittests/Support/TypeTraitsTest.cpp
M llvm/utils/UnicodeData/UnicodeNameMappingGenerator.cpp
Log Message:
-----------
[llvm] Include <optional> instead of "llvm/ADT/Optional.h" (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
More information about the All-commits
mailing list