Skip to content

regex.cpp: mitigated `shadowFunction` selfcheck false positive

d24069b
Select commit
Loading
Failed to load commit list.
Open

extracted Rule from settings.h to rule.h / added Regex::engine() / removed unnecessary Rule::engine #8580

regex.cpp: mitigated `shadowFunction` selfcheck false positive
d24069b
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Cppcheck Premium succeeded May 31, 2026 in 2s

2 new alerts

New alerts in code changed by this pull request

  • 2 warnings

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 114 in lib/settings.h

See this annotation in the file changed.

Code scanning / Cppcheck Premium

User-provided copy and move member functions of a class should have appropriate signatures. Assignment operator must have lvalue ref-qualifier must not be virtual and have only one argument which must be non-volatile Warning

User-provided copy and move member functions of a class should have appropriate signatures. Assignment operator must have lvalue ref-qualifier must not be virtual and have only one argument which must be non-volatile

Check warning on line 117 in lib/settings.h

See this annotation in the file changed.

Code scanning / Cppcheck Premium

User-provided copy and move member functions of a class should have appropriate signatures. Assignment operator must have lvalue ref-qualifier must not be virtual and have only one argument which must be non-volatile Warning

User-provided copy and move member functions of a class should have appropriate signatures. Assignment operator must have lvalue ref-qualifier must not be virtual and have only one argument which must be non-volatile