You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix clang-tidy warnings across tests, examples, and samples
- Add anonymous namespaces for file-local static variables
- Add Rule of Five (destructor/copy/move) for test fixtures
- Fix implicit bool conversion (use != 0)
- Add NOLINT comments for intentional patterns
- Initialize array elements explicitly
- Add void casts for intentionally unused return values
- Add default member initializers where appropriate
- Update run_clang_tidy.sh to include tests directory
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments