Open jlatusek opened 3 months ago
@jlatusek Does marking CircularEventBuffer as final
silence the warning?
@bzbarsky-apple you are right, it silence the warning
Great, a warning that makes sense and goes away when it's not relevant. :) @jlatusek do you want to create that PR, or should I?
I will fix that in PR in which I found it #34194
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Remove stale label or comment or this will be closed in 30 days.
Reproduction steps
New version of clang-tidy avaliable with latest pigweed version, found new types of errors:
bugprone-pointer-arithmetic-on-polymorphic-object
- error:bugprone-suspicious-stringview-data-usage
- error: clang-tidy.logBug prevalence
always
GitHub hash of the SDK that was being used
ff6863ed127fb1a8a6f134ed15b2ed98ed75e418
Platform
core
Platform Version(s)
No response
Anything else?
No response