summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorSterling-Augustine <saugustine@google.com>2025-11-17 08:50:14 -0800
committerGitHub <noreply@github.com>2025-11-17 08:50:14 -0800
commit83fc85c9547e7e55b326f86e946cff8358cbe0c2 (patch)
tree3fc7dc55a680f1cab24378c038d9a8e14ca4afee /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentd163988dd2833f28fbca8c144265108d25ae7bd2 (diff)
Remove shadowing "size" field from classes that inherit from SyntheticSection (#166323)
A field-named 'size' already available and perfectly usable via inheritance from InputSection, and these variables shadow it for no good reason. The only interesting change here is in PaddingSection, because a parent's field cannot be initialized via a constructor initializer list, setting it needs to be done inside the constructor body.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions