================
@@ -572,6 +572,13 @@ class TagTableInfo
ReleaseOpLength - 1);
Data += ReleaseOpLength - 1;
}
+ unsigned ConformsToLength =
+ endian::readNext<uint16_t, llvm::endianness::little>(Data);
+ if (ConformsToLength > 0) {
----------------
compnerd wrote:
```suggestion
if (unsigned ConformsToLength =
endian::readNext<uint16_t, llvm::endianness::little>(Data)) {
```
https://github.com/llvm/llvm-project/pull/102664
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits