efm-langserver icon indicating copy to clipboard operation
efm-langserver copied to clipboard

Add config for gccdiag?

Open randrej opened this issue 2 years ago • 1 comments

I've written a tool that helps you get lint information from gcc, but with regards to the compile_commands.json. It's better than just calling gcc -o /dev/null because it gets the proper flags from the compilation database. This allows the compilation (which does linting alongside) to succeed almost always.

The tool can be found here. I have an efm-langserver config for it in the readme there, take a look.

Would you be interested in adding the config to the example config here? Thanks!

randrej avatar Nov 17 '21 23:11 randrej