There was an error while loading. Please reload this page.
1 parent 9566388 commit 01d85e7Copy full SHA for 01d85e7
llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
@@ -21,6 +21,7 @@ static_library("Format") {
21
"MacroExpander.cpp",
22
"MatchFilePath.cpp",
23
"NamespaceEndCommentsFixer.cpp",
24
+ "NumericLiteralCaseFixer.cpp",
25
"NumericLiteralInfo.cpp",
26
"ObjCPropertyAttributeOrderFixer.cpp",
27
"QualifierAlignmentFixer.cpp",
llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
@@ -38,6 +38,7 @@ unittest("FormatTests") {
38
"MacroExpanderTest.cpp",
39
"MatchFilePathTest.cpp",
40
"NamespaceEndCommentsFixerTest.cpp",
41
+ "NumericLiteralCaseTest.cpp",
42
"NumericLiteralInfoTest.cpp",
43
"ObjCPropertyAttributeOrderFixerTest.cpp",
44
"QualifierFixerTest.cpp",
0 commit comments