Issue were cased by checking if canonical declaration of record is a
definition. Unfortunately when forward declarations were used, it were
not a definition.
Fixes: #64463
Differential D157190
[clang-tidy] Fixed false-negative in readability-identifier-naming PiotrZSL on Aug 5 2023, 5:04 AM. Authored by
Details Issue were cased by checking if canonical declaration of record is a Fixes: #64463
Diff Detail
Event TimelineComment Actions LGTM, minor question that can be fixed post-review unless you want to discuss further!
|
Nit: shouldn't we use also struct here?