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.
1 parent 18ef8d7 commit d2b3e86Copy full SHA for d2b3e86
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
+ "NumericLiteralInfo.cpp",
25
"ObjCPropertyAttributeOrderFixer.cpp",
26
"QualifierAlignmentFixer.cpp",
27
"SortJavaScriptImports.cpp",
llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
@@ -37,6 +37,7 @@ unittest("FormatTests") {
37
"MacroExpanderTest.cpp",
38
"MatchFilePathTest.cpp",
39
"NamespaceEndCommentsFixerTest.cpp",
40
+ "NumericLiteralInfoTest.cpp",
41
"ObjCPropertyAttributeOrderFixerTest.cpp",
42
"QualifierFixerTest.cpp",
43
"SortImportsTestJS.cpp",
0 commit comments