[clang] [APINotes] Support C++ tag conformances to Swift protocols (PR #102664)
Egor Zhdan via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 12 07:22:23 PDT 2024
================
@@ -572,6 +572,13 @@ class TagTableInfo
ReleaseOpLength - 1);
Data += ReleaseOpLength - 1;
}
+ unsigned ConformsToLength =
+ endian::readNext<uint16_t, llvm::endianness::little>(Data);
+ if (ConformsToLength > 0) {
----------------
egorzhdan wrote:
Done! Applied this change
https://github.com/llvm/llvm-project/pull/102664
More information about the cfe-commits
mailing list