We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae381cf commit b63ac56Copy full SHA for b63ac56
libcxx/test/.clang-tidy
@@ -3,3 +3,9 @@ InheritParentConfig: true
3
CheckOptions:
4
- key: readability-identifier-naming.ParameterPrefix
5
value: ""
6
+ - key: readability-identifier-naming.PrivateMemberPrefix
7
+ value: ""
8
+ - key: readability-identifier-naming.LocalVariablePrefix
9
10
+ - key: readability-identifier-naming.TemplateParameterPrefix
11
0 commit comments