Upgrade modernc.org/cc/v4
Ignore case when sorting file decls
We were already doing that when sorting the global list of decls.
Canonicalize -I flags
Without this, decl.Position().Filename will sometimes contain
relative paths. This is an issue because these don't match any
targetMap entry.
Migrate to modernc.org/cc/v4
Remove unused leadingCommentPrototype
Retain whitespace lines at start in stripIndent
This will be useful when we rely on this to get newlines in
prototypes.
readme: link to example with wlroots API
readme: add section about doc comment formatting