diff options
| author | Sterling-Augustine <saugustine@google.com> | 2025-11-17 08:50:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-17 08:50:14 -0800 |
| commit | 83fc85c9547e7e55b326f86e946cff8358cbe0c2 (patch) | |
| tree | 3fc7dc55a680f1cab24378c038d9a8e14ca4afee /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | d163988dd2833f28fbca8c144265108d25ae7bd2 (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
