================
@@ -624,6 +624,13 @@ class TagTableInfo
                                         ReleaseOpLength - 1);
       Data += ReleaseOpLength - 1;
     }
+    unsigned DefaultOwnershipLength =
+        endian::readNext<uint16_t, llvm::endianness::little>(Data);
+    if (DefaultOwnershipLength > 0) {
----------------
compnerd wrote:

```suggestion
    if (unsigned DefaultOwnershipLength =
            endian::readNext<uint16_t, llvm::endianness::little>(Data)) {
```

This matches the style in the rest of the code.

https://github.com/llvm/llvm-project/pull/138699
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to