splinter-build / splinter

A series of patches (one per branch) on top of the Ninja project's codebase. Updated periodically.
Apache License 2.0
6 stars 1 forks source link

Get Include What You Use tool to build with CI #27

Open shahzadlone opened 5 years ago

shahzadlone commented 5 years ago

Use the tool "include what you use" integrated into CI so that it can help with forward declaring things that can be forward declared, rather than including the header file that will bring in extras that aren't needed (implementation and it's dependencies.)

Source: https://include-what-you-use.org/