Skip to content

Commit 2bc422d

Browse files
authored
[bazel] Remove internal headers from hdrs in //clang:format (#122987)
They are already included in `srcs`, as they should be.
1 parent 1a56360 commit 2bc422d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,13 +1515,7 @@ cc_library(
15151515
"lib/Format/*.h",
15161516
],
15171517
),
1518-
hdrs = [
1519-
"lib/Format/FormatTokenLexer.h",
1520-
"lib/Format/FormatTokenSource.h",
1521-
"lib/Format/Macros.h",
1522-
"lib/Format/QualifierAlignmentFixer.h",
1523-
"lib/Format/UnwrappedLineParser.h",
1524-
] + glob([
1518+
hdrs = glob([
15251519
"include/clang/Format/*.h",
15261520
]),
15271521
includes = ["include"],

0 commit comments

Comments
 (0)