teslamotors / fixed-containers

C++ Fixed Containers
MIT License
395 stars 38 forks source link

[clang-tidy] Ignore identifier `_` which expresses an unused variable #141

Closed alexkaratarakis closed 4 months ago

alexkaratarakis commented 4 months ago

This is auto-ignored for structured bindings, but not for loops. A frequent use of this is for perf tests with google benchmark