-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.clangd
35 lines (33 loc) · 1022 Bytes
/
.clangd
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
CompileFlags:
Add: [-xc++, -Wall, -std=c++20]
Compiler: clang++
Diagnostics:
UnusedIncludes: Strict
ClangTidy:
Add: "*"
Remove:
[
llvm-namespace-comment,
llvmlibc-callee-namespace,
llvmlibc-implementation-in-namespace,
llvmlibc-restrict-system-libc-headers,
llvm-include-order,
fuchsia-default-arguments-calls,
fuchsia-overloaded-operator,
fuchsia-trailing-return,
altera-struct-pack-align,
altera-unroll-loops,
altera-id-dependent-backward-branch,
google-readability-namespace-comments,
google-readability-todo,
hicpp-special-member-functions, # TODO: remove
cppcoreguidelines-special-member-functions, # TODO: remove
cppcoreguidelines-pro-bounds-constant-array-index,
cppcoreguidelines-avoid-magic-numbers,
modernize-use-trailing-return-type,
readability-identifier-length
]
InlayHints:
Designators: No
Enabled: No
DeducedTypes: No