Xinqi Bao's Git
projects
/
dotfiles.git
/ blob
709ad13ddc2a612a6c7a837b214425833bcbd378
[dotfiles.git]
/
.config
/
clangd
/
config.yaml
1
CompileFlags:
2
Add: [
3
-Wall,
4
#-Wextra -Werror,
5
-xc++,
6
-std=c++11,
7
-DCLANGD=1,
8
9
-I.,
10
-Ilib,
11
-Iinclude,
12
13
-I/home/xbao/lib,
14
15
-DVERBOSE=1,
16
]
17
Remove: []
18
19
Diagnostics:
20
ClangTidy:
21
Add: [
22
#performance-*,
23
#bugprone-*,
24
#portability-*,
25
#modernize-*,
26
]
27
Remove: [
28
#misc-definitions-in-headers,
29
#modernize-use-trailing-return-type,
30
]