|
|
|
|
|
by quincepie
808 days ago
|
|
While I wish GCC would implement integrations and/or a language server, I usually do C programming in the terminal (with entr to trigger automatic rebuild on save). I do find some false positives, but I haven't had many of them to be a deal breaker for me. Aside from what I mentioned about the errors being descriptive, I do like the defaults and that it's part of the compilation process. for example, possible malloc null warning is on by default (which i don't think is on clang). |
|