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.
hdrs
1 parent 1a56360 commit 2bc422dCopy full SHA for 2bc422d
utils/bazel/llvm-project-overlay/clang/BUILD.bazel
@@ -1515,13 +1515,7 @@ cc_library(
1515
"lib/Format/*.h",
1516
],
1517
),
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([
+ hdrs = glob([
1525
"include/clang/Format/*.h",
1526
]),
1527
includes = ["include"],
0 commit comments