Hacker News new | ask | show | jobs
by dundarious 1147 days ago
Why can’t static analyzers analyze the main cpp that #include-s the actual code? I don’t understand that point.

And what were the resulting affects on build times?

1 comments

They can. In addition to that, they get confused by a .cpp that isn't the top level file of a compilation unit.