xref: /aosp_15_r20/external/drm_hwcomposer/.clang-tidy (revision 0a9764fe0a15e71ebbeb85e87e10990c23aab47f)
1*0a9764feSAndroid Build Coastguard Worker#HeaderFilterRegex: "^.*external/drm_hwcomposer/.*.h$"
2*0a9764feSAndroid Build Coastguard Worker
3*0a9764feSAndroid Build Coastguard WorkerFormatStyle: google
4*0a9764feSAndroid Build Coastguard Worker
5*0a9764feSAndroid Build Coastguard WorkerCheckOptions:
6*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.ClassCase
7*0a9764feSAndroid Build Coastguard Worker    value:           CamelCase
8*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.ClassMemberCase
9*0a9764feSAndroid Build Coastguard Worker    value:           lower_case
10*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.ConstexprVariableCase
11*0a9764feSAndroid Build Coastguard Worker    value:           CamelCase
12*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.ConstexprVariablePrefix
13*0a9764feSAndroid Build Coastguard Worker    value:           k
14*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.EnumCase
15*0a9764feSAndroid Build Coastguard Worker    value:           CamelCase
16*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.EnumConstantCase
17*0a9764feSAndroid Build Coastguard Worker    value:           CamelCase
18*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.EnumConstantPrefix
19*0a9764feSAndroid Build Coastguard Worker    value:           k
20*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.FunctionCase
21*0a9764feSAndroid Build Coastguard Worker    value:           CamelCase
22*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.GlobalConstantCase
23*0a9764feSAndroid Build Coastguard Worker    value:           CamelCase
24*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.GlobalConstantPrefix
25*0a9764feSAndroid Build Coastguard Worker    value:           k
26*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.StaticConstantCase
27*0a9764feSAndroid Build Coastguard Worker    value:           CamelCase
28*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.StaticConstantPrefix
29*0a9764feSAndroid Build Coastguard Worker    value:           k
30*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.StaticVariableCase
31*0a9764feSAndroid Build Coastguard Worker    value:           lower_case
32*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.MacroDefinitionCase
33*0a9764feSAndroid Build Coastguard Worker    value:           UPPER_CASE
34*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.MacroDefinitionIgnoredRegexp
35*0a9764feSAndroid Build Coastguard Worker    value:           '^[A-Z]+(_[A-Z]+)*_$'
36*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.MemberCase
37*0a9764feSAndroid Build Coastguard Worker    value:           lower_case
38*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.PrivateMemberSuffix
39*0a9764feSAndroid Build Coastguard Worker    value:           _
40*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.PublicMemberSuffix
41*0a9764feSAndroid Build Coastguard Worker    value:           ''
42*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.NamespaceCase
43*0a9764feSAndroid Build Coastguard Worker    value:           lower_case
44*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.ParameterCase
45*0a9764feSAndroid Build Coastguard Worker    value:           lower_case
46*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.TypeAliasCase
47*0a9764feSAndroid Build Coastguard Worker    value:           CamelCase
48*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.TypedefCase
49*0a9764feSAndroid Build Coastguard Worker    value:           CamelCase
50*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.VariableCase
51*0a9764feSAndroid Build Coastguard Worker    value:           lower_case
52*0a9764feSAndroid Build Coastguard Worker  - key:             readability-identifier-naming.IgnoreMainLikeFunctions
53*0a9764feSAndroid Build Coastguard Worker    value:           1
54*0a9764feSAndroid Build Coastguard Worker  - key:             cppcoreguidelines-macro-usage.AllowedRegexp
55*0a9764feSAndroid Build Coastguard Worker    value:           "LOG_TAG|ATRACE_TAG"
56*0a9764feSAndroid Build Coastguard Worker  - key:             readability-magic-numbers.IgnoredFloatingPointValues
57*0a9764feSAndroid Build Coastguard Worker    value:           '1000.0'
58*0a9764feSAndroid Build Coastguard Worker  - key:             readability-function-cognitive-complexity.IgnoreMacros
59*0a9764feSAndroid Build Coastguard Worker    value:           1
60