diff options
| author | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-04-29 00:03:19 -0500 |
|---|---|---|
| committer | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-04-29 00:03:19 -0500 |
| commit | e0f6eb0d84411fc93fba84ed5ecb38f78513e67b (patch) | |
| tree | 59bc58975183a82fbf446bdb062dbec1b4cc464a /libs/plugin_python/.github | |
| parent | 4504259a634648d690c68231b29e88b3047a8658 (diff) | |
clang-tidy: misc-const-correctness + performance-for-range-copy pass
Final auto-fix sweep that adds const to local variables and switches
range-for-by-value to range-for-by-const-ref where the element type is
non-trivially-copyable.
The auto-fixer also emitted ~15 invalid \`for (const T& const x : ...)\`
range loops where \`const-correctness\` and \`for-range-copy\` both fired
on the same line. Hand-fixed via sed: \`& const \` -> \`& \`.
Build verified.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'libs/plugin_python/.github')
0 files changed, 0 insertions, 0 deletions
