Files
clang-p2996/clang/lib/CodeGen/CGExpr.cpp
Fangrui Song fd88089151 -fsanitize=vptr: Change hash function and simplify bit mixer
llvm::hash_value is not guaranteed to be deterministic. Use the
deterministic xxh3_64bits. A strong bit mixer isn't necessary. Use a
simpler one that works well with pointers.
2024-06-19 22:39:54 -07:00

243 KiB