[PATCH] D158557: [clang] Fix crash in __builtin_strncmp and other related builtin functions
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 23 10:45:16 PDT 2023
erichkeane added a comment.
I think there is value to ensuring we diagnose the negative-to-size_t conversion here, but I also think there is value to a CodeGen test to ensure we emit the correct value.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158557/new/
https://reviews.llvm.org/D158557
More information about the cfe-commits
mailing list