Far better VSCode intellisense support using clangd. (#20382)

This commit is contained in:
Nick Brassel 2023-05-14 15:32:34 +10:00 committed by GitHub
parent cead6afc34
commit 0b672f8775
Failed to generate hash of commit
4 changed files with 20 additions and 44 deletions

4
.clangd Normal file
View file

@ -0,0 +1,4 @@
CompileFlags:
Add: [-Wno-unknown-attributes, -Wno-maybe-uninitialized, -Wno-unknown-warning-option]
Remove: [-W*, -mcall-prologues]
Compiler: clang