feat: clangd support (#1209)

This commit is contained in:
alphabitserial 2024-09-24 21:16:16 -05:00 committed by GitHub
parent 405cb281e9
commit ba9d8213d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

3
.clangd Normal file
View File

@ -0,0 +1,3 @@
CompileFlags:
Add: -Wno-unknown-warning-option
Remove: [-m*, -f*]

5
.gitignore vendored
View File

@ -58,3 +58,8 @@ build/
*.crash
/tools/n64crc
# clangd
.cache/clangd/
# compile_commands.json requires hardcoded paths, so it can't be committed
compile_commands.json