diagnostic-languageserver icon indicating copy to clipboard operation
diagnostic-languageserver 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 a diagnostic-langserver config for it in the readme there, take a look.

Would you be interested in adding the config to the wiki here?

randrej avatar Nov 17 '21 23:11 randrej

The Wiki is open editable for everyone, feel free to add these info to the wiki so it can help other people.

iamcco avatar Nov 26 '21 07:11 iamcco