This commit is contained in:
Robert Schulze 2024-05-19 12:53:17 +00:00
parent ed28cac4c2
commit 639f7f166f
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -119,7 +119,7 @@ Checks: [
'-readability-named-parameter',
'-readability-redundant-declaration',
'-readability-redundant-inline-specifier', # generally useful but incompatible with __attribute((always_inline))__ (aka. ALWAYS_INLINE).
# it has an effect only if combined with `inline`: https://godbolt.org/z/Eefd74qdM
# ALWAYS_INLINE has an effect only if combined with `inline`: https://godbolt.org/z/Eefd74qdM
'-readability-simplify-boolean-expr',
'-readability-suspicious-call-argument',
'-readability-uppercase-literal-suffix',