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 c45a66e commit 7ccc4efCopy full SHA for 7ccc4ef
llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
@@ -20,6 +20,7 @@ static_library("Format") {
20
"MacroCallReconstructor.cpp",
21
"MacroExpander.cpp",
22
"NamespaceEndCommentsFixer.cpp",
23
+ "ObjCPropertyAttributeOrderFixer.cpp",
24
"QualifierAlignmentFixer.cpp",
25
"SortJavaScriptImports.cpp",
26
"TokenAnalyzer.cpp",
llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
@@ -36,6 +36,7 @@ unittest("FormatTests") {
36
"MacroCallReconstructorTest.cpp",
37
"MacroExpanderTest.cpp",
38
"NamespaceEndCommentsFixerTest.cpp",
39
+ "ObjCPropertyAttributeOrderFixerTest.cpp",
40
"QualifierFixerTest.cpp",
41
"SortImportsTestJS.cpp",
42
"SortImportsTestJava.cpp",
0 commit comments