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
- Fix uninitialized std::array counters across test files
- Add default member initializers in test node classes
- Add anonymous namespaces for file-local functions
- Add NOLINT comments for intentional patterns
- Fix implicit bool conversions
- Fix self-assignment in copy assignment operators
- Add Rule of Five compliance to test fixtures
- Exclude optional-dependency files from clang-tidy (gmock, zmq, flatbuffers)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments