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
## <aname="native-cc"></a>All C++ build rules should be loaded from Starlark
718
+
## <aname="native-cc-binary"></a><aname="native-cc-common"></a><aname="native-cc-debug-package-info"></a><aname="native-cc-fdo-prefetch-hints"></a><aname="native-cc-fdo-profile"></a><aname="native-cc-import"></a><aname="native-cc-info"></a><aname="native-cc-library"></a><aname="native-cc-memprof-profile"></a><aname="native-cc-objc-import"></a><aname="native-cc-objc-library"></a><aname="native-cc-propeller-optimize"></a><aname="native-cc-shared-library"></a><aname="native-cc-shared-library-hint-info"></a><aname="native-cc-shared-library-info"></a><aname="native-cc-test"></a><aname="native-cc-toolchain"></a><aname="native-cc-toolchain-suite"></a>All C++ build rules should be loaded from Starlark
702
719
703
-
* Category name: `native-cc`
704
-
* Flag in Bazel: [`--incompatible_load_cc_rules_from_bzl`](https://github.com/bazelbuild/bazel/issues/8743)
720
+
* Category names:
721
+
*`native-cc-binary`
722
+
*`native-cc-common`
723
+
*`native-cc-debug-package-info`
724
+
*`native-cc-fdo-prefetch-hints`
725
+
*`native-cc-fdo-profile`
726
+
*`native-cc-import`
727
+
*`native-cc-info`
728
+
*`native-cc-library`
729
+
*`native-cc-memprof-profile`
730
+
*`native-cc-objc-import`
731
+
*`native-cc-objc-library`
732
+
*`native-cc-propeller-optimize`
733
+
*`native-cc-shared-library`
734
+
*`native-cc-shared-library-hint-info`
735
+
*`native-cc-shared-library-info`
736
+
*`native-cc-test`
737
+
*`native-cc-toolchain`
738
+
*`native-cc-toolchain-suite`
739
+
* Flag in Bazel: [`--incompatible_autoload_externally`](https://github.com/bazelbuild/bazel/issues/23043)
705
740
* Automatic fix: yes
706
-
*[Suppress the warning](#suppress): `# buildifier: disable=native-cc`
707
-
708
-
The CC build rules should be loaded from Starlark.
"warnings error": {options: "--warnings=native-cc,-print,-deprecated-function", wantErr: fmt.Errorf(`warning categories with modifiers ("+" or "-") can't be mixed with raw warning categories`)},
561
+
"warnings error": {options: "--warnings=native-py,-print,-deprecated-function", wantErr: fmt.Errorf(`warning categories with modifiers ("+" or "-") can't be mixed with raw warning categories`)},
0 commit comments