Clang-Tidy is a static code analysis tool for the C and C++ programming languages.Documentation Index
Fetch the complete documentation index at: https://docs.coderabbit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Files
Clang-Tidy will run on files with the following extensions:**/*.cpp**/*.cxx**/*.cc**/*.c**/*.hpp**/*.hxx**/*.hh**/*.h
Configuration
- Enable or disable it with
reviews.tools.clang.enabledor via Reviews → Tools → Clang → Enabled in CodeRabbit’s settings page. - When present, your repository’s standard Clang-Tidy configuration (such as a
.clang-tidyfile) will be used to further customize checks and rule severities.