You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there are two possible problems that have to be solved.
I think the header checker (header_checker.cc) might only be looking at files ending with a .h.
The checker will only complain about files listed in sources (that is why it's important to also list all headers in sources), and that might prevent it from following dependencies through jumbo files since they are no longer in sources (or are they?).
command_check.cc follows includes but not well enough so it will not find includes done through jumbified files.
The text was updated successfully, but these errors were encountered: