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
Replace CppSemantics mechanism with semantics.bzl.
The proper values for toolchain type and include validation are passed through to CppCompileActionBuilder from semantics.bzl
This change removes `getCppToolchainType`, `language`, and `needsIncludeValidation` from the `CppSemantics` interface and its implementations. There's no need to pass through `CppSemantics` in `compile.bzl` anymore.
The change could be further simplified by setting needsIncludeValidation always to true.
PiperOrigin-RevId: 820281232
Change-Id: Ia51992e836a68a91d7387722fe170d53a1285ee2
0 commit comments