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 84fde79 commit bb7ff13Copy full SHA for bb7ff13
llvm/utils/gn/secondary/clang/include/clang/Basic/BUILD.gn
@@ -57,6 +57,14 @@ foreach(diag_group, diag_groups) {
57
]
58
td_file = "Diagnostic.td"
59
}
60
+
61
+ clang_tablegen("Diagnostic${diag_group}Interface") {
62
+ args = [
63
+ "-gen-clang-diags-iface",
64
+ "-clang-component=${diag_group}",
65
+ ]
66
+ td_file = "Diagnostic.td"
67
+ }
68
69
group("diags_tablegen") {
70
# DiagnosticGroups, DiagnosticIndexName, DiagnosticAllCompatIDs are
@@ -70,6 +78,7 @@ group("diags_tablegen") {
78
":Diagnostic${diag_group}Kinds",
71
79
":Diagnostic${diag_group}Enums",
72
80
":Diagnostic${diag_group}CompatIDs",
81
+ ":Diagnostic${diag_group}Interface",
73
82
74
83
75
84
0 commit comments