commit b4580c3da03225f57a867d02f01f4d3ce4ab6fac parent a3cf9dacfad79859d1216e1cf59ca0b158ea6504 Author: citbl <citbl@citbl.org> Date: Sun, 10 May 2026 11:23:46 +1000 add clangd Diffstat:
| A | .clangd | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/.clangd b/.clangd @@ -0,0 +1,16 @@ +CompileFlags: + Add: [ + -Wall, + -Wextra, + -Wpedantic, + -Wshadow, + -Wpointer-arith, + -Wcast-qual, + -Wcast-align, + -Wstrict-prototypes, + -Wmissing-prototypes, + # -Wconversion, + -xc, + -std=c99, + -g, + ]