Skip to content

Commit dbd548d

Browse files
committed
[Bazel] Update "basic_attr_gen" (D141714, 46f3ade)
1 parent b1922e5 commit dbd548d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

utils/bazel/llvm-project-overlay/clang/BUILD.bazel

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,14 @@ gentbl(
415415
"-gen-clang-attr-list",
416416
"include/clang/Basic/AttrList.inc",
417417
),
418+
(
419+
"-gen-clang-attr-can-print-left-list",
420+
"include/clang/Basic/AttrLeftSideCanPrintList.inc",
421+
),
422+
(
423+
"-gen-clang-attr-must-print-left-list",
424+
"include/clang/Basic/AttrLeftSideMustPrintList.inc",
425+
),
418426
(
419427
"-gen-clang-attr-subject-match-rule-list",
420428
"include/clang/Basic/AttrSubMatchRulesList.inc",

0 commit comments

Comments
 (0)