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 c771159 commit e9f74dfCopy full SHA for e9f74df
utils/bazel/llvm-project-overlay/clang/BUILD.bazel
@@ -1025,6 +1025,7 @@ cc_library(
1025
gentbl_cc_library(
1026
name = "sema_attr_gen",
1027
tbl_outs = {
1028
+ "include/clang/Sema/AttrIsTypeDependent.inc": ["-gen-clang-attr-is-type-dependent"],
1029
"include/clang/Sema/AttrParsedAttrImpl.inc": ["-gen-clang-attr-parsed-attr-impl"],
1030
"include/clang/Sema/AttrParsedAttrKinds.inc": ["-gen-clang-attr-parsed-attr-kinds"],
1031
"include/clang/Sema/AttrSpellingListIndex.inc": ["-gen-clang-attr-spelling-index"],
0 commit comments