-
Notifications
You must be signed in to change notification settings - Fork 0
/
.clangd
42 lines (39 loc) · 845 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
36
37
38
39
40
41
42
CompileFlags:
Add:
- -DLOCAL
- -Wall
- -O2
- -Wextra
- -Wshadow
- -Wconversion
- -Wfloat-equal
- -Wno-unused-const-variable
- -Wno-sign-conversion
- -std=c++20
- --gcc-toolchain=/opt/homebrew/opt/gcc
- --target=aarch64-apple-darwin
QueryDriver: /opt/homebrew/bin/g++-14
Diagnostics:
UnusedIncludes: Strict
ClangTidy:
Add:
- bugprone-*
- cert-*
- modernize-*
- performance-*
- readability-*
- cppcoreguidelines-*
- misc-*
- portability-*
Remove:
- bugprone-easily-swappable-parameters
- modernize-use-trailing-return-type
- readability-identifier-length
- readability-magic-numbers
- cppcoreguidelines-avoid-magic-numbers
- performance-avoid-endl
Index:
Background: Build
StandardLibrary: Yes
Hover:
ShowAKA: Yes