We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574e43d commit 3cc7148Copy full SHA for 3cc7148
utils/bazel/llvm-project-overlay/clang/BUILD.bazel
@@ -72,6 +72,13 @@ gentbl_cc_library(
72
],
73
"include/clang/Basic/Diagnostic%sEnums.inc" % c,
74
),
75
+ (
76
+ [
77
+ "-gen-clang-diags-compat-ids",
78
+ "-clang-component=%s" % c,
79
+ ],
80
+ "include/clang/Basic/Diagnostic%sCompatIDs.inc" % c,
81
+ ),
82
]] + [
83
(
84
["-gen-clang-diag-groups"],
@@ -81,6 +88,10 @@ gentbl_cc_library(
88
["-gen-clang-diags-index-name"],
89
"include/clang/Basic/DiagnosticIndexName.inc",
90
91
92
+ ["-gen-clang-diags-compat-ids"],
93
+ "include/clang/Basic/DiagnosticAllCompatIDs.inc",
94
95
85
96
tblgen = ":clang-tblgen",
86
97
td_file = "include/clang/Basic/Diagnostic.td",
0 commit comments