llvm-project
9b80ab43 - [clang-tidy] Removed redundant-inline-specifier warning on static data members (#81423)

Commit
1 year ago
[clang-tidy] Removed redundant-inline-specifier warning on static data members (#81423) Updated the check to ignore point static data members with in class initializer since removing the inline specifier would generate a compilation error Fixes #80684
Author
Parents
Loading