summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2023-11-06 12:23:21 -0700
committerGitHub <noreply@github.com>2023-11-06 09:23:21 -1000
commitb3857b2ecfd7064ed39aa9ae5a74c105550a05e3 (patch)
tree2e84543081f22235f5c592587577e6c9b4bd312c /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent60f7fa123d77ecf8e138be35ad8880622586fa03 (diff)
[libc++][NFC] Make data members of counted_iterator private (#70491)
There's no reason for them to be public AFAICT. I came across this while auditing the code bases for places where we'd be using [[no_unique_address]] incorrectly. Since one of these members is marked as [[no_unique_address]], this is an extra reason to keep this private to ensure the member isn't escaped anywhere.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions