summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-08-01 00:24:40 -0700
committerGitHub <noreply@github.com>2025-08-01 00:24:40 -0700
commit228e96b28a84828e1720c387a339a7e68dbdc029 (patch)
tree7f063cb71bb47392f1dc4c82595bbc87dde0d28d /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parent666874a4bdbe5b40c101c16e8c772057a28dc866 (diff)
[llvm] Use std::make_optional (NFC) (#151627)
std::make_optional<T> is a lot like std::make_unique<T> in that it performs perfect forwarding of arguments for T's constructor. As a result, we don't have to repeat type names twice.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions