Skip to content

Commit

Permalink
[bazel] Remove internal headers from hdrs in //clang:format (llvm#1…
Browse files Browse the repository at this point in the history
…22987)

They are already included in `srcs`, as they should be.
  • Loading branch information
slackito authored Jan 15, 2025
1 parent 1a56360 commit 2bc422d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions utils/bazel/llvm-project-overlay/clang/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -1515,13 +1515,7 @@ cc_library(
"lib/Format/*.h",
],
),
hdrs = [
"lib/Format/FormatTokenLexer.h",
"lib/Format/FormatTokenSource.h",
"lib/Format/Macros.h",
"lib/Format/QualifierAlignmentFixer.h",
"lib/Format/UnwrappedLineParser.h",
] + glob([
hdrs = glob([
"include/clang/Format/*.h",
]),
includes = ["include"],
Expand Down

0 comments on commit 2bc422d

Please sign in to comment.