Skip to content

Commit 01d85e7

Browse files
committed
[gn build] Port 220d705
1 parent 9566388 commit 01d85e7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ static_library("Format") {
2121
"MacroExpander.cpp",
2222
"MatchFilePath.cpp",
2323
"NamespaceEndCommentsFixer.cpp",
24+
"NumericLiteralCaseFixer.cpp",
2425
"NumericLiteralInfo.cpp",
2526
"ObjCPropertyAttributeOrderFixer.cpp",
2627
"QualifierAlignmentFixer.cpp",

llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ unittest("FormatTests") {
3838
"MacroExpanderTest.cpp",
3939
"MatchFilePathTest.cpp",
4040
"NamespaceEndCommentsFixerTest.cpp",
41+
"NumericLiteralCaseTest.cpp",
4142
"NumericLiteralInfoTest.cpp",
4243
"ObjCPropertyAttributeOrderFixerTest.cpp",
4344
"QualifierFixerTest.cpp",

0 commit comments

Comments
 (0)