-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clang-tidy
More file actions
24 lines (23 loc) · 741 Bytes
/
Copy path.clang-tidy
File metadata and controls
24 lines (23 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
Checks: '
bugprone-*,
clang-analyzer-*,
google-*,
modernize-*,
performance-*,
portability-*,
readability-*,
llvm-namespace-comment,
misc-redundant-expression,
misc-definitions-in-headers,
-google-runtime-references,
-bugprone-too-small-loop-variable,
-clang-analyzer-cplusplus.NewDelete,
-clang-analyzer-cplusplus.NewDeleteLeaks,
-modernize-use-nodiscard,
-modernize-avoid-c-arrays,
-readability-magic-numbers,
'
WarningsAsErrors: '*'
HeaderFilterRegex: '/(src|test)/include'
AnalyzeTemporaryDtors: true