llvm-project/lldb/source/Expression
Kazu Hirata 768cae4a5a [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
2022-12-04 20:11:39 -08:00
..
CMakeLists.txt Reland "[LLDB][NFC] Decouple dwarf location table from DWARFExpression." 2022-07-12 10:54:24 -07:00
DWARFExpression.cpp [DebugInfo] llvm::Optional => std::optional 2022-12-05 00:09:22 +00:00
DWARFExpressionList.cpp [lldb] Allow plugins to extend DWARF expression parsing for vendor extensions 2022-11-22 14:38:07 +00:00
DiagnosticManager.cpp
Expression.cpp
ExpressionVariable.cpp [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
FunctionCaller.cpp Don't try to create Expressions when the process is running. 2022-11-09 10:07:09 -08:00
IRExecutionUnit.cpp [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
IRInterpreter.cpp Add a log message to the IR interpreter. 2022-11-30 14:08:14 -08:00
IRMemoryMap.cpp Change last-ditch magic address in IRMemoryMap::FindSpace 2022-11-14 09:54:05 -08:00
LLVMUserExpression.cpp [LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 3 2022-07-27 10:39:49 -07:00
Materializer.cpp [lldb] Use std::nullopt instead of None in comments (NFC) 2022-12-04 20:11:39 -08:00
REPL.cpp [lldb] Remove LLDB reproducers 2022-09-19 14:43:31 -07:00
UserExpression.cpp Don't try to create Expressions when the process is running. 2022-11-09 10:07:09 -08:00
UtilityFunction.cpp Don't try to create Expressions when the process is running. 2022-11-09 10:07:09 -08:00