diff options
Diffstat (limited to '.clangd')
-rw-r--r-- | .clangd | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.clangd b/.clangd deleted file mode 100644 index 2be2d817fc..0000000000 --- a/.clangd +++ /dev/null @@ -1,4 +0,0 @@ -CompileFlags: - Add: [-Wno-unknown-attributes, -Wno-maybe-uninitialized, -Wno-unknown-warning-option] - Remove: [-W*, -mcall-prologues] - Compiler: clang |