Files
clang-p2996/clang/test/AST/ByteCode/libcxx/memcmp-pointer.cpp
Timm Baeder cf6a520a7a [clang][bytecode] Fix builtin_memcmp buffer sizes for pointers (#130570)
Don't use the pointer size, but the number of elements multiplied by the
element size.
2025-03-10 15:51:31 +01:00

4.1 KiB