We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84a804 commit a557550Copy full SHA for a557550
utils/bazel/llvm-project-overlay/clang/BUILD.bazel
@@ -1,4 +1,4 @@
1
-# This file is licensed under the Apache License v2.0 with LLVM Exceptions.
+/Users/yijiagu # This file is licensed under the Apache License v2.0 with LLVM Exceptions.
2
# See https://llvm.org/LICENSE.txt for license information.
3
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
@@ -79,6 +79,13 @@ gentbl_cc_library(
79
],
80
"include/clang/Basic/Diagnostic%sCompatIDs.inc" % c,
81
),
82
+ (
83
+ [
84
+ "-gen-clang-diags-iface",
85
+ "-clang-component=%s" % c,
86
+ ],
87
+ "include/clang/Basic/Diagnostic%sInterface.inc" % c,
88
+ ),
89
]] + [
90
(
91
["-gen-clang-diag-groups"],
0 commit comments