summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2023-04-25 20:01:43 +0000
committerDavid Blaikie <dblaikie@gmail.com>2023-05-09 00:13:45 +0000
commita8b0c6fa28acced71db33e80bd0b51d00422035b (patch)
tree324c6648c6e9b0601550c37e7fffca5c4244cbf1 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h
parent971d982bd45c3c3544dcf8d1e67df39e8c063877 (diff)
Remove -Wpacked false positive for non-pod types where the layout isn't directly changed
The packed attribute can still be useful in this case if the struct is then placed inside another packed struct - the non-pod element type's packed attribute declares that it's OK to misalign this element inside the packed structure. (otherwise the non-pod element is not packed/its alignment is preserved, as per D117616/2771233) Fixes PR62353 Differential Revision: https://reviews.llvm.org/D149182
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h')
0 files changed, 0 insertions, 0 deletions