Hacker News new | ask | show | jobs
by soinus 3678 days ago
I can confirm that clang just uses headers, no linking involved. No project either. Only the headers you include in your file. So it should not compile a lot unless you have a file that includes the whole project, which is probably not the case.