Skip to content

Commit 7ccc4ef

Browse files
committed
[gn build] Port c45a66e
1 parent c45a66e commit 7ccc4ef

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
@@ -20,6 +20,7 @@ static_library("Format") {
2020
"MacroCallReconstructor.cpp",
2121
"MacroExpander.cpp",
2222
"NamespaceEndCommentsFixer.cpp",
23+
"ObjCPropertyAttributeOrderFixer.cpp",
2324
"QualifierAlignmentFixer.cpp",
2425
"SortJavaScriptImports.cpp",
2526
"TokenAnalyzer.cpp",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ unittest("FormatTests") {
3636
"MacroCallReconstructorTest.cpp",
3737
"MacroExpanderTest.cpp",
3838
"NamespaceEndCommentsFixerTest.cpp",
39+
"ObjCPropertyAttributeOrderFixerTest.cpp",
3940
"QualifierFixerTest.cpp",
4041
"SortImportsTestJS.cpp",
4142
"SortImportsTestJava.cpp",

0 commit comments

Comments
 (0)