-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clangd
More file actions
50 lines (50 loc) · 865 Bytes
/
Copy path.clangd
File metadata and controls
50 lines (50 loc) · 865 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
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
CompileFlags:
Add:
- "-xc"
- "-std=c11"
- "-Wall"
- "-Wextra"
- "-Wpedantic"
- "-I./include/"
- "-I/include/"
- "-I./source/"
- "-I/source/"
- "-I../../source/"
- "-nostdlib"
- "-nostdinc"
- "-fno-builtin"
- "-m32"
- "-fno-stack-protector"
- "-nostartfiles"
- "-nodefaultlibs"
CompilationDatabase: build/dev
Index:
Background: Build
Threads: 0
Diagnostics:
UnusedIncludes: Strict
MissingIncludes: Strict
ClangTidy:
Add:
- bugprone-*
- cert-*
- clang-analyzer-*
- misc-*
- performance-*
- portability-*
- readability-*
Remove:
- cppcoreguidelines-*
- modernize-*
- google-*
- hicpp-*
Hover:
ShowAKA: false
Completion:
IncludeSnippets: true
InlayHints:
Enabled: true
ParameterNames: true
DeducedTypes: true
Format:
Style: file