summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.cpp
diff options
context:
space:
mode:
authorYeting Kuo <yeting.kuo@sifive.com>2023-03-06 23:52:09 +0800
committerYeting Kuo <yeting.kuo@sifive.com>2023-03-07 08:12:40 +0800
commit260bae5ba27cde110590c28941966a6e02df5325 (patch)
treed798ca419db13436a7277233f56285266f59cc34 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.cpp
parentd8e077e2caebc1415fb7af1714dd436adf99b6bf (diff)
[ADT][NFC] Use declval to suppress warning for nullptr use.
The patch uses declval instead of nullptr to suppress warning for calling member function by nullptr. Also the patch replace is_same<*>::value with is_same_v<*>. Reviewed By: dexonsmith, kuhar Differential Revision: https://reviews.llvm.org/D145388
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.cpp')
0 files changed, 0 insertions, 0 deletions