diff options
Diffstat (limited to '.clangd')
-rw-r--r-- | .clangd | 4 |
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 |