Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CODING_CONVENTIONS.md: Add IWYU policy
This makes an implicit agreement that code should include the headers is uses, no more and no less, explicit. It also recommends using tooling (such as clangd) and adding IWUY pragma comments to aid those tools in common cases they otherwise would provide false positives. Co-authored-by: chrysn <[email protected]>
- Loading branch information