Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add "surrogate TUs" for all library headers #2106
Comments
|
I will be working on this issue. It seems like a good starting point to learn the codebase. |


Surrogate TUs are TUs that only include one single header, and do nothing else. These TU must still include: if they do not, then a header doesn't stand on its own, and there is likely some include or declaration missing from it.
There are three parts to this