summaryrefslogtreecommitdiff
path: root/.clangd
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-05-14 15:32:34 +1000
committerGitHub <noreply@github.com>2023-05-14 15:32:34 +1000
commit0b672f87755b6326432dfa4c26379d31a025f7ba (patch)
tree4f6d7a58bd291c33225fa446b4df2ab0bcde1b0b /.clangd
parentcead6afc34aee10e73ddafafe8fe108c10b60123 (diff)
Far better VSCode intellisense support using clangd. (#20382)
Diffstat (limited to '.clangd')
-rw-r--r--.clangd4
1 files changed, 4 insertions, 0 deletions
diff --git a/.clangd b/.clangd
new file mode 100644
index 0000000000..2be2d817fc
--- /dev/null
+++ b/.clangd
@@ -0,0 +1,4 @@
+CompileFlags:
+ Add: [-Wno-unknown-attributes, -Wno-maybe-uninitialized, -Wno-unknown-warning-option]
+ Remove: [-W*, -mcall-prologues]
+ Compiler: clang