Skip to content

Commit 93f0880

Browse files
committed
[bazel][clang] Remove gen-clang-*-left-list attributes from tablegen
For both 9391ff8 and a30662f.
1 parent fb8dbd1 commit 93f0880

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -736,14 +736,6 @@ gentbl(
736736
"-gen-clang-attr-impl",
737737
"include/clang/AST/AttrImpl.inc",
738738
),
739-
(
740-
"-gen-clang-attr-can-print-left-list",
741-
"include/clang/Basic/AttrLeftSideCanPrintList.inc",
742-
),
743-
(
744-
"-gen-clang-attr-must-print-left-list",
745-
"include/clang/Basic/AttrLeftSideMustPrintList.inc",
746-
),
747739
],
748740
tblgen = ":clang-tblgen",
749741
td_file = "include/clang/Basic/Attr.td",

0 commit comments

Comments
 (0)