|
|
@@ -42,6 +42,9 @@ cc_library(
|
|
|
hdrs = [
|
|
|
"action_stack.h",
|
|
|
],
|
|
|
+ # Running clang-tidy is slow, and explorer is currently feature frozen, so
|
|
|
+ # don't spend time linting it.
|
|
|
+ tags = ["no-clang-tidy"],
|
|
|
deps = [
|
|
|
":action",
|
|
|
":stack",
|
|
|
@@ -57,6 +60,9 @@ cc_library(
|
|
|
cc_library(
|
|
|
name = "dictionary",
|
|
|
hdrs = ["dictionary.h"],
|
|
|
+ # Running clang-tidy is slow, and explorer is currently feature frozen, so
|
|
|
+ # don't spend time linting it.
|
|
|
+ tags = ["no-clang-tidy"],
|
|
|
deps = ["//explorer/base:arena"],
|
|
|
)
|
|
|
|
|
|
@@ -64,6 +70,9 @@ cc_library(
|
|
|
name = "exec_program",
|
|
|
srcs = ["exec_program.cpp"],
|
|
|
hdrs = ["exec_program.h"],
|
|
|
+ # Running clang-tidy is slow, and explorer is currently feature frozen, so
|
|
|
+ # don't spend time linting it.
|
|
|
+ tags = ["no-clang-tidy"],
|
|
|
deps = [
|
|
|
":interpreter",
|
|
|
":resolve_control_flow",
|
|
|
@@ -84,6 +93,9 @@ cc_library(
|
|
|
name = "heap",
|
|
|
srcs = ["heap.cpp"],
|
|
|
hdrs = ["heap.h"],
|
|
|
+ # Running clang-tidy is slow, and explorer is currently feature frozen, so
|
|
|
+ # don't spend time linting it.
|
|
|
+ tags = ["no-clang-tidy"],
|
|
|
deps = [
|
|
|
":action",
|
|
|
":heap_allocation_interface",
|
|
|
@@ -102,6 +114,9 @@ cc_library(
|
|
|
cc_library(
|
|
|
name = "heap_allocation_interface",
|
|
|
hdrs = ["heap_allocation_interface.h"],
|
|
|
+ # Running clang-tidy is slow, and explorer is currently feature frozen, so
|
|
|
+ # don't spend time linting it.
|
|
|
+ tags = ["no-clang-tidy"],
|
|
|
deps = [
|
|
|
"//common:error",
|
|
|
"//explorer/ast",
|
|
|
@@ -147,6 +162,9 @@ cc_library(
|
|
|
name = "resolve_control_flow",
|
|
|
srcs = ["resolve_control_flow.cpp"],
|
|
|
hdrs = ["resolve_control_flow.h"],
|
|
|
+ # Running clang-tidy is slow, and explorer is currently feature frozen, so
|
|
|
+ # don't spend time linting it.
|
|
|
+ tags = ["no-clang-tidy"],
|
|
|
deps = [
|
|
|
"//common:check",
|
|
|
"//explorer/ast",
|
|
|
@@ -162,6 +180,9 @@ cc_library(
|
|
|
name = "resolve_names",
|
|
|
srcs = ["resolve_names.cpp"],
|
|
|
hdrs = ["resolve_names.h"],
|
|
|
+ # Running clang-tidy is slow, and explorer is currently feature frozen, so
|
|
|
+ # don't spend time linting it.
|
|
|
+ tags = ["no-clang-tidy"],
|
|
|
deps = [
|
|
|
":stack_space",
|
|
|
"//common:check",
|
|
|
@@ -177,6 +198,9 @@ cc_library(
|
|
|
cc_library(
|
|
|
name = "stack",
|
|
|
hdrs = ["stack.h"],
|
|
|
+ # Running clang-tidy is slow, and explorer is currently feature frozen, so
|
|
|
+ # don't spend time linting it.
|
|
|
+ tags = ["no-clang-tidy"],
|
|
|
deps = ["//common:check"],
|
|
|
)
|
|
|
|
|
|
@@ -188,6 +212,9 @@ cc_library(
|
|
|
hdrs = [
|
|
|
"pattern_analysis.h",
|
|
|
],
|
|
|
+ # Running clang-tidy is slow, and explorer is currently feature frozen, so
|
|
|
+ # don't spend time linting it.
|
|
|
+ tags = ["no-clang-tidy"],
|
|
|
deps = [
|
|
|
":action",
|
|
|
"//common:error",
|
|
|
@@ -249,6 +276,9 @@ cc_library(
|
|
|
hdrs = [
|
|
|
"resolve_unformed.h",
|
|
|
],
|
|
|
+ # Running clang-tidy is slow, and explorer is currently feature frozen, so
|
|
|
+ # don't spend time linting it.
|
|
|
+ tags = ["no-clang-tidy"],
|
|
|
deps = [
|
|
|
":stack_space",
|
|
|
"//common:check",
|
|
|
@@ -266,6 +296,9 @@ cc_library(
|
|
|
name = "stack_space",
|
|
|
srcs = ["stack_space.cpp"],
|
|
|
hdrs = ["stack_space.h"],
|
|
|
+ # Running clang-tidy is slow, and explorer is currently feature frozen, so
|
|
|
+ # don't spend time linting it.
|
|
|
+ tags = ["no-clang-tidy"],
|
|
|
deps = [
|
|
|
"//common:check",
|
|
|
"//common:error",
|
|
|
@@ -301,6 +334,9 @@ cc_library(
|
|
|
hdrs = [
|
|
|
"type_utils.h",
|
|
|
],
|
|
|
+ # Running clang-tidy is slow, and explorer is currently feature frozen, so
|
|
|
+ # don't spend time linting it.
|
|
|
+ tags = ["no-clang-tidy"],
|
|
|
deps = [
|
|
|
"//explorer/ast",
|
|
|
"//explorer/base:nonnull",
|
|
|
@@ -316,6 +352,9 @@ cc_library(
|
|
|
hdrs = [
|
|
|
"pattern_match.h",
|
|
|
],
|
|
|
+ # Running clang-tidy is slow, and explorer is currently feature frozen, so
|
|
|
+ # don't spend time linting it.
|
|
|
+ tags = ["no-clang-tidy"],
|
|
|
deps = [
|
|
|
":action",
|
|
|
":type_utils",
|