mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 03:06:46 +00:00

Copied from lldb/.clang-tidy (D75810). Most compiler-rt code actually uses variableName or variable_name but not VariableName. Lots of functions use `__function_name` and FunctionName instead of functionName. Just exclude readability-identifier-naming.
3 lines
198 B
YAML
3 lines
198 B
YAML
# Checks enabled in the top-level .clang-tidy minus readability-identifier-naming
|
|
Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,-misc-unused-parameters,-misc-non-private-member-variables-in-classes'
|