================
@@ -403,6 +403,7 @@ void DefFormat::genLiteralParser(StringRef value,
FmtContext &ctx,
.Case("]", "RSquare")
.Case("?", "Question")
.Case("+", "Plus")
+ .Case("-", "Minus")
----------------
tblah wrote:Thanks for the context! https://github.com/llvm/llvm-project/pull/160292 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
