Files
Crosspoint/.clangd
T
Joel Goguen 34ff9b5efa fix(clangd): Remove gcc args not valid in clang
After running `pio run --target compiledb` to generate `compile_commands.json`, clangd (at least in neovim) throws errors that `-fno-tree-switch-conversion` and `-fstrict-volatile-bitfields` are not valid flags.
2026-04-16 20:27:26 -04:00

6 lines
120 B
YAML

CompileFlags:
Add: [-std=c++2a]
Remove:
- -fno-tree-switch-conversion
- -fstrict-volatile-bitfields