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 89aad1e commit 1e48ed3Copy full SHA for 1e48ed3
llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
@@ -16,6 +16,7 @@ static_library("Format") {
16
"Format.cpp",
17
"FormatToken.cpp",
18
"FormatTokenLexer.cpp",
19
+ "IntegerLiteralSeparatorFixer.cpp",
20
"MacroCallReconstructor.cpp",
21
"MacroExpander.cpp",
22
"NamespaceEndCommentsFixer.cpp",
llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
@@ -29,6 +29,7 @@ unittest("FormatTests") {
29
"FormatTestTableGen.cpp",
30
"FormatTestTextProto.cpp",
31
"FormatTestVerilog.cpp",
32
+ "IntegerLiteralSeparatorTest.cpp",
33
"MacroCallReconstructorTest.cpp",
34
"MacroExpanderTest.cpp",
35
"NamespaceEndCommentsFixerTest.cpp",
0 commit comments