We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3242fcf commit ef4d188Copy full SHA for ef4d188
.gitignore
@@ -20,7 +20,7 @@ perf.data.old
20
21
# Clangd
22
.cache
23
-.clangd
+/.clangd
24
compile_commands.json
25
26
# Rust
src/.clangd
@@ -0,0 +1,25 @@
1
+CompileFlags:
2
+ Add:
3
+ - -D_XOPEN_SOURCE=700
4
+ - -DFD_HAS_ALLOCA=1
5
+ - -DFD_HAS_HOSTED=1
6
+ - -DFD_HAS_ATOMIC=1
7
+ - -DFD_HAS_DOUBLE=1
8
+ - -DFD_HAS_INT128=1
9
+ - -DFD_HAS_ZSTD=1
10
+ - -DFD_HAS_SSE=1
11
+ - -DFD_USING_CLANG=1
12
+---
13
+If:
14
+ PathMatch: .*\.[hc]
15
16
17
+ - -std=c17
18
+ - -Wall
19
+ - -Wextra
+ - -Wpedantic
+ - -Wstrict-aliasing=2
+ - -Wconversion
+ - -Wdouble-promotion
+ - -Wformat-security
+ - -Wimplicit-fallthrough
0 commit comments