-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.clang-tidy
executable file
·319 lines (318 loc) · 17.4 KB
/
.clang-tidy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
---
Checks: 'clang-diagnostic-*,clang-analyzer-*,google-*,readability-*'
WarningsAsErrors: ''
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
FormatStyle: none
CheckOptions:
- key: readability-suspicious-call-argument.PrefixSimilarAbove
value: '30'
- key: modernize-replace-auto-ptr.IncludeStyle
value: llvm
- key: readability-static-accessed-through-instance.NameSpecifierNestingThreshold
value: '3'
- key: readability-function-size.VariableThreshold
value: '4294967295'
- key: cert-dcl16-c.NewSuffixes
value: 'L;LL;LU;LLU'
- key: readability-identifier-naming.GetConfigPerFile
value: 'true'
- key: readability-identifier-naming.PrivateMemberHungarianPrefix
value: Off
- key: readability-inconsistent-declaration-parameter-name.Strict
value: 'false'
- key: readability-suspicious-call-argument.DiceDissimilarBelow
value: '60'
- key: readability-identifier-naming.PrivateMemberIgnoredRegexp
value: ''
- key: readability-function-size.NestingThreshold
value: '4294967295'
- key: google-readability-function-size.BranchThreshold
value: '4294967295'
- key: readability-identifier-naming.MemberSuffix
value: ''
- key: readability-function-size.ParameterThreshold
value: '4294967295'
- key: readability-suspicious-call-argument.Equality
value: 'true'
- key: readability-function-cognitive-complexity.IgnoreMacros
value: 'false'
- key: cert-str34-c.DiagnoseSignedUnsignedCharComparisons
value: 'false'
- key: readability-identifier-naming.StructIgnoredRegexp
value: ''
- key: cert-err33-c.CheckedFunctions
value: '::aligned_alloc;::asctime_s;::at_quick_exit;::atexit;::bsearch;::bsearch_s;::btowc;::c16rtomb;::c32rtomb;::calloc;::clock;::cnd_broadcast;::cnd_init;::cnd_signal;::cnd_timedwait;::cnd_wait;::ctime_s;::fclose;::fflush;::fgetc;::fgetpos;::fgets;::fgetwc;::fopen;::fopen_s;::fprintf;::fprintf_s;::fputc;::fputs;::fputwc;::fputws;::fread;::freopen;::freopen_s;::fscanf;::fscanf_s;::fseek;::fsetpos;::ftell;::fwprintf;::fwprintf_s;::fwrite;::fwscanf;::fwscanf_s;::getc;::getchar;::getenv;::getenv_s;::gets_s;::getwc;::getwchar;::gmtime;::gmtime_s;::localtime;::localtime_s;::malloc;::mbrtoc16;::mbrtoc32;::mbsrtowcs;::mbsrtowcs_s;::mbstowcs;::mbstowcs_s;::memchr;::mktime;::mtx_init;::mtx_lock;::mtx_timedlock;::mtx_trylock;::mtx_unlock;::printf_s;::putc;::putwc;::raise;::realloc;::remove;::rename;::scanf;::scanf_s;::setlocale;::setvbuf;::signal;::snprintf;::snprintf_s;::sprintf;::sprintf_s;::sscanf;::sscanf_s;::strchr;::strerror_s;::strftime;::strpbrk;::strrchr;::strstr;::strtod;::strtof;::strtoimax;::strtok;::strtok_s;::strtol;::strtold;::strtoll;::strtoul;::strtoull;::strtoumax;::strxfrm;::swprintf;::swprintf_s;::swscanf;::swscanf_s;::thrd_create;::thrd_detach;::thrd_join;::thrd_sleep;::time;::timespec_get;::tmpfile;::tmpfile_s;::tmpnam;::tmpnam_s;::tss_create;::tss_get;::tss_set;::ungetc;::ungetwc;::vfprintf;::vfprintf_s;::vfscanf;::vfscanf_s;::vfwprintf;::vfwprintf_s;::vfwscanf;::vfwscanf_s;::vprintf_s;::vscanf;::vscanf_s;::vsnprintf;::vsnprintf_s;::vsprintf;::vsprintf_s;::vsscanf;::vsscanf_s;::vswprintf;::vswprintf_s;::vswscanf;::vswscanf_s;::vwprintf_s;::vwscanf;::vwscanf_s;::wcrtomb;::wcschr;::wcsftime;::wcspbrk;::wcsrchr;::wcsrtombs;::wcsrtombs_s;::wcsstr;::wcstod;::wcstof;::wcstoimax;::wcstok;::wcstok_s;::wcstol;::wcstold;::wcstoll;::wcstombs;::wcstombs_s;::wcstoul;::wcstoull;::wcstoumax;::wcsxfrm;::wctob;::wctrans;::wctype;::wmemchr;::wprintf_s;::wscanf;::wscanf_s;'
- key: readability-identifier-naming.EnumConstantSuffix
value: ''
- key: readability-redundant-smartptr-get.IgnoreMacros
value: 'true'
- key: readability-identifier-naming.AggressiveDependentMemberLookup
value: 'false'
- key: google-readability-function-size.ParameterThreshold
value: '4294967295'
- key: readability-identifier-naming.NamespacePrefix
value: ''
- key: readability-identifier-naming.TypedefHungarianPrefix
value: Off
- key: readability-identifier-naming.StructCase
value: CamelCase
- key: readability-identifier-naming.EnumConstantCase
value: CamelCase
- key: readability-identifier-length.MinimumParameterNameLength
value: '3'
- key: readability-identifier-naming.EnumIgnoredRegexp
value: ''
- key: readability-identifier-naming.MemberIgnoredRegexp
value: ''
- key: readability-identifier-naming.TypedefCase
value: CamelCase
- key: readability-identifier-naming.GlobalConstantSuffix
value: ''
- key: readability-identifier-naming.EnumCase
value: CamelCase
- key: readability-identifier-naming.ProtectedMemberIgnoredRegexp
value: ''
- key: readability-identifier-naming.GlobalConstantCase
value: CamelCase
- key: google-readability-namespace-comments.ShortNamespaceLines
value: '10'
- key: readability-suspicious-call-argument.JaroWinklerDissimilarBelow
value: '75'
- key: readability-suspicious-call-argument.SuffixSimilarAbove
value: '30'
- key: readability-suspicious-call-argument.Suffix
value: 'true'
- key: readability-identifier-naming.TypeAliasIgnoredRegexp
value: ''
- key: google-readability-function-size.LineThreshold
value: '4294967295'
- key: readability-identifier-naming.MemberPrefix
value: ''
- key: readability-function-cognitive-complexity.DescribeBasicIncrements
value: 'true'
- key: readability-suspicious-call-argument.MinimumIdentifierNameLength
value: '3'
- key: readability-identifier-naming.PrivateMemberSuffix
value: _
- key: readability-identifier-naming.EnumConstantHungarianPrefix
value: Off
- key: readability-identifier-naming.ClassSuffix
value: ''
- key: modernize-loop-convert.NamingStyle
value: CamelCase
- key: readability-identifier-naming.EnumConstantPrefix
value: k
- key: readability-inconsistent-declaration-parameter-name.IgnoreMacros
value: 'true'
- key: readability-identifier-naming.PrivateMemberCase
value: lower_case
- key: readability-suspicious-call-argument.SubstringDissimilarBelow
value: '40'
- key: google-runtime-int.UnsignedTypePrefix
value: uint
- key: readability-identifier-naming.EnumConstantIgnoredRegexp
value: ''
- key: readability-identifier-naming.IgnoreFailedSplit
value: 'false'
- key: modernize-pass-by-value.IncludeStyle
value: llvm
- key: readability-qualified-auto.AddConstToQualified
value: 'true'
- key: readability-identifier-naming.ProtectedMemberSuffix
value: _
- key: readability-simplify-boolean-expr.ChainedConditionalReturn
value: 'false'
- key: readability-identifier-naming.NamespaceIgnoredRegexp
value: ''
- key: google-global-names-in-headers.HeaderFileExtensions
value: ';h;hh;hpp;hxx'
- key: readability-identifier-naming.ClassHungarianPrefix
value: Off
- key: readability-identifier-naming.MemberHungarianPrefix
value: Off
- key: modernize-use-nullptr.NullMacros
value: 'NULL'
- key: readability-suspicious-call-argument.SuffixDissimilarBelow
value: '25'
- key: readability-uppercase-literal-suffix.IgnoreMacros
value: 'true'
- key: readability-identifier-naming.TypeAliasCase
value: CamelCase
- key: readability-identifier-naming.GlobalConstantPrefix
value: k
- key: readability-suspicious-call-argument.LevenshteinSimilarAbove
value: '66'
- key: readability-suspicious-call-argument.Levenshtein
value: 'true'
- key: readability-identifier-naming.NamespaceCase
value: lower_case
- key: readability-suspicious-call-argument.JaroWinkler
value: 'true'
- key: readability-else-after-return.WarnOnConditionVariables
value: 'true'
- key: readability-suspicious-call-argument.Prefix
value: 'true'
- key: readability-simplify-boolean-expr.ChainedConditionalAssignment
value: 'false'
- key: readability-identifier-naming.TypeAliasHungarianPrefix
value: Off
- key: cert-oop54-cpp.WarnOnlyIfThisHasSuspiciousField
value: 'false'
- key: readability-function-size.LineThreshold
value: '4294967295'
- key: readability-identifier-naming.FunctionSuffix
value: ''
- key: modernize-loop-convert.MaxCopySize
value: '16'
- key: readability-suspicious-call-argument.PrefixDissimilarBelow
value: '25'
- key: google-build-namespaces.HeaderFileExtensions
value: ';h;hh;hpp;hxx'
- key: readability-identifier-naming.PrivateMemberPrefix
value: ''
- key: readability-identifier-naming.ClassPrefix
value: ''
- key: readability-redundant-string-init.StringNames
value: '::std::basic_string_view;::std::basic_string'
- key: readability-magic-numbers.IgnoreBitFieldsWidths
value: 'true'
- key: readability-identifier-naming.ProtectedMemberPrefix
value: ''
- key: readability-braces-around-statements.ShortStatementLines
value: '0'
- key: readability-identifier-naming.ClassCase
value: CamelCase
- key: google-readability-function-size.NestingThreshold
value: '4294967295'
- key: readability-identifier-naming.FunctionHungarianPrefix
value: Off
- key: readability-suspicious-call-argument.LevenshteinDissimilarBelow
value: '50'
- key: readability-magic-numbers.IgnoredFloatingPointValues
value: '1.0;100.0;'
- key: readability-redundant-declaration.IgnoreMacros
value: 'true'
- key: readability-implicit-bool-conversion.AllowPointerConditions
value: 'false'
- key: readability-identifier-length.IgnoredExceptionVariableNames
value: '^[e]$'
- key: readability-identifier-naming.StructHungarianPrefix
value: Off
- key: google-readability-braces-around-statements.ShortStatementLines
value: '1'
- key: google-runtime-int.TypeSuffix
value: ''
- key: readability-identifier-naming.StructSuffix
value: ''
- key: readability-identifier-naming.ProtectedMemberCase
value: lower_case
- key: readability-else-after-return.WarnOnUnfixable
value: 'true'
- key: readability-identifier-naming.EnumHungarianPrefix
value: Off
- key: readability-identifier-naming.TypeAliasSuffix
value: ''
- key: readability-identifier-naming.TypedefIgnoredRegexp
value: ''
- key: readability-suspicious-call-argument.SubstringSimilarAbove
value: '50'
- key: readability-identifier-naming.TypedefSuffix
value: ''
- key: readability-suspicious-call-argument.Substring
value: 'true'
- key: readability-identifier-naming.ClassIgnoredRegexp
value: ''
- key: readability-identifier-length.IgnoredVariableNames
value: ''
- key: readability-magic-numbers.IgnoreAllFloatingPointValues
value: 'false'
- key: readability-identifier-length.MinimumVariableNameLength
value: '3'
- key: readability-suspicious-call-argument.Abbreviations
value: 'arr=array;cnt=count;idx=index;src=source;stmt=statement;cpy=copy;dest=destination;dist=distancedst=distance;ptr=pointer;wdth=width;str=string;ln=line;srv=server;attr=attribute;ref=reference;buf=buffer;col=column;nr=number;vec=vector;len=length;elem=element;val=value;i=index;var=variable;hght=height;cl=client;num=number;pos=position;lst=list;addr=address'
- key: readability-identifier-naming.EnumSuffix
value: ''
- key: readability-uppercase-literal-suffix.NewSuffixes
value: ''
- key: modernize-loop-convert.MinConfidence
value: reasonable
- key: readability-uniqueptr-delete-release.PreferResetCall
value: 'false'
- key: readability-identifier-naming.FunctionPrefix
value: ''
- key: readability-identifier-length.MinimumExceptionNameLength
value: '2'
- key: google-readability-namespace-comments.SpacesBeforeComments
value: '2'
- key: readability-function-cognitive-complexity.Threshold
value: '25'
- key: cppcoreguidelines-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
value: 'true'
- key: readability-function-size.BranchThreshold
value: '4294967295'
- key: google-readability-function-size.VariableThreshold
value: '4294967295'
- key: readability-identifier-naming.FunctionCase
value: CamelCase
- key: readability-implicit-bool-conversion.AllowIntegerConditions
value: 'false'
- key: readability-identifier-length.IgnoredParameterNames
value: '^[n]$'
- key: readability-function-size.StatementThreshold
value: '800'
- key: readability-identifier-naming.IgnoreMainLikeFunctions
value: 'false'
- key: llvm-qualified-auto.AddConstToQualified
value: 'false'
- key: google-runtime-int.SignedTypePrefix
value: int
- key: google-readability-function-size.StatementThreshold
value: '800'
- key: llvm-else-after-return.WarnOnConditionVariables
value: 'false'
- key: readability-identifier-naming.StructPrefix
value: ''
- key: readability-identifier-naming.MemberCase
value: lower_case
- key: readability-identifier-naming.NamespaceHungarianPrefix
value: Off
- key: readability-suspicious-call-argument.DiceSimilarAbove
value: '70'
- key: readability-identifier-naming.FunctionIgnoredRegexp
value: ''
- key: readability-suspicious-call-argument.Dice
value: 'true'
- key: readability-suspicious-call-argument.Abbreviation
value: 'true'
- key: readability-identifier-naming.TypeAliasPrefix
value: ''
- key: readability-identifier-length.IgnoredLoopCounterNames
value: '^[ijk_]$'
- key: readability-identifier-naming.TypedefPrefix
value: ''
- key: readability-identifier-length.MinimumLoopCounterNameLength
value: '2'
- key: readability-identifier-naming.NamespaceSuffix
value: ''
- key: readability-identifier-naming.EnumPrefix
value: ''
- key: readability-magic-numbers.IgnoredIntegerValues
value: '1;2;3;4;'
- key: readability-identifier-naming.GlobalConstantHungarianPrefix
value: Off
- key: readability-magic-numbers.IgnorePowersOf2IntegerValues
value: 'false'
- key: readability-redundant-member-init.IgnoreBaseInCopyConstructors
value: 'false'
- key: readability-suspicious-call-argument.JaroWinklerSimilarAbove
value: '85'
- key: readability-identifier-naming.ProtectedMemberHungarianPrefix
value: Off
- key: readability-identifier-naming.GlobalConstantIgnoredRegexp
value: ''
- key: llvm-else-after-return.WarnOnUnfixable
value: 'false'
- key: readability-simplify-subscript-expr.Types
value: '::std::basic_string;::std::basic_string_view;::std::vector;::std::array'
...