xref: /aosp_15_r20/external/compiler-rt/lib/sanitizer_common/.clang-tidy (revision 7c3d14c8b49c529e04be81a3ce6f5cc23712e4c6)
1*7c3d14c8STreehugger RobotChecks: '-*,clang-diagnostic-*,llvm-*,misc-*,readability-identifier-naming'
2*7c3d14c8STreehugger RobotCheckOptions:
3*7c3d14c8STreehugger Robot  - key:             readability-identifier-naming.ClassCase
4*7c3d14c8STreehugger Robot    value:           CamelCase
5*7c3d14c8STreehugger Robot  - key:             readability-identifier-naming.EnumCase
6*7c3d14c8STreehugger Robot    value:           CamelCase
7*7c3d14c8STreehugger Robot  - key:             readability-identifier-naming.FunctionCase
8*7c3d14c8STreehugger Robot    value:           CamelCase
9*7c3d14c8STreehugger Robot  - key:             readability-identifier-naming.UnionCase
10*7c3d14c8STreehugger Robot    value:           CamelCase
11*7c3d14c8STreehugger Robot  - key:             readability-identifier-naming.VariableCase
12*7c3d14c8STreehugger Robot    value:           lower_case
13