Skip to content

Commit 59f80bf

Browse files
authored
Merge pull request #78051 from 2horse9sun/fix-JSONSerialization-bitSetMatch-comma
Fix JSONSerialization bit value comma
2 parents 960b632 + 9ddbace commit 59f80bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Basic/JSONSerialization.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ bool Output::bitSetMatch(const char *Str, bool Matches) {
140140
}
141141
llvm::StringRef StrRef(Str);
142142
scalarString(StrRef, true);
143+
NeedBitValueComma = true;
143144
}
144145
return false;
145146
}

0 commit comments

Comments
 (0)