dundargoc
dundargoc
We removed crosscompiling-related cmake code pretty recently because we're not even sure if it works: https://github.com/neovim/neovim/pull/18914 You could try reverting that commit/using a version with the above code included and...
Opting to only format changed file regardless of file type as it's faster.
Reopening as this still seems to be an issue.
@justinmk Huh, I guess this is still relevant since the VLA section hasn't been updated. I'll create a PR now as to not forget it. Is there anything else of...
Plan to add it in [this PR](https://github.com/neovim/neovim/pull/15829).
Needlessly complicated, but sure. @justinmk: should we move this issue to the neovim repo if it's still relevant?
Wouldn't enabling `rebase` achieve this? That is, setting git option command to ``` git = { subcommands = { update = 'pull --ff-only --progress --rebase', }, } ```
@kylo252 hmmm, but I'm trying to automate this process, if I remove the pragmas then IWYU will constantly warn about the headers being wrong in those files?
Derp, it doesn't by default. You need to add a flag for it to remove from headers as well. Thanks for the heads up.
This part is pretty much done. It works completely for `*.c` files, but can only add includes for `*.h` files, not remove them. I think refactoring the headers according to...