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 8f9803b commit 51b988eCopy full SHA for 51b988e
llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
@@ -19,6 +19,7 @@ static_library("Format") {
19
"IntegerLiteralSeparatorFixer.cpp",
20
"MacroCallReconstructor.cpp",
21
"MacroExpander.cpp",
22
+ "MatchFilePath.cpp",
23
"NamespaceEndCommentsFixer.cpp",
24
"ObjCPropertyAttributeOrderFixer.cpp",
25
"QualifierAlignmentFixer.cpp",
llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
@@ -35,6 +35,7 @@ unittest("FormatTests") {
35
"IntegerLiteralSeparatorTest.cpp",
36
"MacroCallReconstructorTest.cpp",
37
"MacroExpanderTest.cpp",
38
+ "MatchFilePathTest.cpp",
39
"NamespaceEndCommentsFixerTest.cpp",
40
"ObjCPropertyAttributeOrderFixerTest.cpp",
41
"QualifierFixerTest.cpp",
0 commit comments