http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49576
Summary: Option to suggest headers for addition to PCH
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: pch
AssignedTo: [email protected]
ReportedBy: [email protected]
Determining which headers should be included in a PCH header is a manual
process and it's easy to forget some headers.
Would it be possible to add an option that when enabled, suggests headers that
should be added?
Potential headers are those that live in /usr/include and are not yet part of
the PCH.