summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-03-27 10:02:36 +0000
committerPavel Labath <pavel@labath.sk>2019-03-27 10:02:36 +0000
commitab0f18076b11972429e7d04cb818582f949f03b5 (patch)
tree27788adc31490421a6cf9dd883dc825151c713af /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parentcf6c19c2d35c4dc22fc6e3c405ab7a4071848fc2 (diff)
Fix a "memset clearing an object of non-trivial type" warning in DWARFFormValue
This is diagnosed by gcc-8. The ValueType struct already has a default constructor which performs zero-initialization, so we can just call that instead of using memset. llvm-svn: 357056
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions