[Mlir-commits] [mlir] [MLIR] print/parse resource handle key quoted and escaped (PR #119746)

Soren Lassen llvmlistbot at llvm.org
Fri Jan 24 16:15:35 PST 2025


================
@@ -412,15 +412,32 @@ ParseResult Parser::parseOptionalKeyword(StringRef *keyword) {
   return success();
 }
 
+ParseResult Parser::parseOptionalKeywordOrString(std::string *result) {
----------------
sorenlassen wrote:

done

I did the same for the related parseOptionalKeyword and parserOptionalString methods

https://github.com/llvm/llvm-project/pull/119746


More information about the Mlir-commits mailing list