summaryrefslogtreecommitdiff
path: root/.clangd
AgeCommit message (Collapse)Author
2025-05-11Tweak .clangd to work with gcc-compiled Emacs (bug#78367)João Távora
A Gcc configuration of Emacs emits -fstrict-flex-arrays but clangd doesn't understand that. This causes spurious errors of "unknown flag" that prevent analysis. So tweak .clangd to the nearest clang equivalent (which is very similar). * .clangd (CompileFlags): Remove -fstrict-flex-arrays, add -fstrict-flex-arrays=3.
2023-09-30; Fix a glob in .clangdGerd Möllmann
2023-08-28; Add .clangd configuration fileGerd Möllmann