[all-commits] [llvm/llvm-project] 768cae: [lldb] Use std::nullopt instead of None in comment...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Dec 4 20:11:54 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 768cae4a5ab3a564b25ed36c379423f71b42d9d0
https://github.com/llvm/llvm-project/commit/768cae4a5ab3a564b25ed36c379423f71b42d9d0
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-04 (Sun, 04 Dec 2022)
Changed paths:
M lldb/include/lldb/Breakpoint/BreakpointID.h
M lldb/include/lldb/Core/Communication.h
M lldb/include/lldb/Core/SourceLocationSpec.h
M lldb/include/lldb/Core/ThreadedCommunication.h
M lldb/include/lldb/Interpreter/CommandObject.h
M lldb/include/lldb/Symbol/Function.h
M lldb/include/lldb/Target/MemoryTagMap.h
M lldb/include/lldb/Target/PathMappingList.h
M lldb/include/lldb/Target/TraceCursor.h
M lldb/include/lldb/Target/TraceDumper.h
M lldb/include/lldb/Utility/FileSpec.h
M lldb/include/lldb/Utility/StringExtractorGDBRemote.h
M lldb/include/lldb/Utility/Timeout.h
M lldb/include/lldb/Utility/TraceGDBRemotePackets.h
M lldb/source/API/SBCommandInterpreter.cpp
M lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
M lldb/source/Expression/Materializer.cpp
M lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
M lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp
M lldb/source/Plugins/Process/Linux/IntelPTCollector.cpp
M lldb/source/Plugins/Process/Linux/IntelPTMultiCoreTrace.h
M lldb/source/Plugins/Process/Linux/IntelPTSingleBufferTrace.h
M lldb/source/Plugins/SymbolFile/DWARF/DIERef.h
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/Trace/intel-pt/CommandObjectTraceStartIntelPT.h
M lldb/source/Plugins/Trace/intel-pt/DecodedThread.h
M lldb/source/Plugins/Trace/intel-pt/LibiptDecoder.h
M lldb/source/Plugins/Trace/intel-pt/ThreadDecoder.h
M lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.h
M lldb/source/Plugins/Trace/intel-pt/TraceIntelPTMultiCpuDecoder.h
M lldb/source/Target/MemoryTagMap.cpp
Log Message:
-----------
[lldb] Use std::nullopt 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
More information about the All-commits
mailing list