summaryrefslogtreecommitdiff
path: root/clang/test/AST/ByteCode/libcxx/memcmp-pointer.cpp
AgeCommit message (Collapse)Author
2025-03-10[clang][bytecode] Fix builtin_memcmp buffer sizes for pointers (#130570)Timm Baeder
Don't use the pointer size, but the number of elements multiplied by the element size.