================
@@ -187,35 +187,44 @@ struct BitstreamParserHelper {
   BitstreamCursor Stream;
   /// The block info block.
   BitstreamBlockInfo BlockInfo;
+
+  BitstreamMetaParserHelper MetaHelper;
+  std::optional<BitstreamRemarkParserHelper> RemarksHelper;
+  std::optional<uint64_t> RemarkStartBitPos;
----------------
fhahn wrote:

Document

https://github.com/llvm/llvm-project/pull/156715
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to