Skip to content

Commit d2b3e86

Browse files
committed
[gn build] Port 3d38a92
1 parent 18ef8d7 commit d2b3e86

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+
"NumericLiteralInfo.cpp",
2425
"ObjCPropertyAttributeOrderFixer.cpp",
2526
"QualifierAlignmentFixer.cpp",
2627
"SortJavaScriptImports.cpp",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ unittest("FormatTests") {
3737
"MacroExpanderTest.cpp",
3838
"MatchFilePathTest.cpp",
3939
"NamespaceEndCommentsFixerTest.cpp",
40+
"NumericLiteralInfoTest.cpp",
4041
"ObjCPropertyAttributeOrderFixerTest.cpp",
4142
"QualifierFixerTest.cpp",
4243
"SortImportsTestJS.cpp",

0 commit comments

Comments
 (0)