1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00
Commit graph

3 commits

Author SHA1 Message Date
João Távora
9df2074a06 Tweak .clangd to work with gcc-compiled Emacs (bug#78367)
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.
2025-05-11 11:14:32 +01:00
Gerd Möllmann
9a3523e7d8 ; Fix a glob in .clangd 2023-09-30 07:41:19 +02:00
Gerd Möllmann
4986c2a088 ; Add .clangd configuration file 2023-08-28 16:39:01 +02:00