commit | 3e7acaf3f886709d960f508cfe4d2883098fb160 | [log] [tgz] |
---|---|---|
author | djasper <djasper@google.com> | Wed Nov 18 14:20:04 2020 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Nov 18 14:21:08 2020 -0800 |
tree | f0621566230a56191efe367efb393a12dd13157b | |
parent | bcdd55d8956e22758fe3d866427e2dc3ebc4e31b [diff] |
When filtering out undeclared headers during input discovery, do so right in the include scanner. Filtering them out retroactively can lead to incorrect results, e.g. in a situation like this: a.h -> b.h -> c.h If b.h is an existing file, but not a dependency of a.h, but c.h is, then the retroactive filtering can filter out b.h, but will not remove c.h. This is can lead to inefficiencies and unexpected results. RELNOTES: None. PiperOrigin-RevId: 343155457
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md