================
@@ -331,15 +343,30 @@ Attribute MethodAttr::parse(AsmParser &parser, Type
odsType) {
return get(ty, symbol);
}
- return {};
+ // Parse a uint64 that represents the vtable offset.
----------------
Lancern wrote:Add a round-trip test for the new parser and printer. https://github.com/llvm/llvm-project/pull/176522 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
