Skip to content

Commit

Permalink
clangd support
Browse files Browse the repository at this point in the history
  • Loading branch information
alphabitserial committed Sep 24, 2024
1 parent a62c953 commit 08d1613
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .clangd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CompileFlags:
Add: -Wno-unknown-warning-option
Remove: [-m*, -f*]
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@ build/
*.crash

/tools/n64crc

# clangd
.cache/clangd/
# compile_commands.json requires hardcoded paths, so it can't be committed
compile_commands.json

0 comments on commit 08d1613

Please sign in to comment.