Timm =?utf-8?q?Bäder?= <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
tbaederr wrote: The problem with the previous attempt (https://github.com/llvm/llvm-project/pull/220917) was in `Pointer::operator==`: it used `memcmp()` to compare an array of `PointerPathEntry`, but those include uninitialized padding bytes. https://github.com/llvm/llvm-project/pull/222897 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
