summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorAmy Huang <akhuang@google.com>2020-02-04 13:20:13 -0800
committerAmy Huang <akhuang@google.com>2020-04-07 09:10:27 -0700
commitbcf66084eddd4d3dbe78fc4ed39a347d5d8d57d4 (patch)
tree53cb5ca97bdbf890de9394d795576f780ffebbce /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent259649a51982d0ea6fdbaa62a87e802c9a8a86d2 (diff)
[DebugInfo] Fix for adding "returns cxx udt" option to functions in CodeView.
Summary: This change adds DIFlagNonTrivial to forward declarations of DICompositeType. It adds the flag to nontrivial types and types with unknown triviality. It fixes adding the "CxxReturnUdt" flag to functions inconsistently, since it is added based on whether the return type is marked NonTrivial, and that changes if the return type was a forward declaration. continues the discussion at https://reviews.llvm.org/D75215 Bug: https://bugs.llvm.org/show_bug.cgi?id=44785 Reviewers: rnk, dblaikie, aprantl Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D77436
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions