Skip to content

Commit bff3a2b

Browse files
committed
Updated clang config.
1 parent 9cc4217 commit bff3a2b

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.clang-tidy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Checks: '-*,clang-analyzer-*,-clang-analyzer-cplusplus*'
1+
Checks: 'performance-*,modernize-*,readability-*,-readability-identifier-length'
2+
CheckOptions:
3+
UnusedIncludes: Strict

.clangd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ CompileFlags:
22
Add:
33
- '-std=c++17'
44
- '-Iinclude'
5+
Diagnostics:
6+
UnusedIncludes: Strict
7+
ClangTidy:
8+
Add: [performance-*, modernize-*, readability-*]
9+
Remove: [readability-identifier-length]

compile_flags.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)