================
@@ -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
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to