[clang] [analyzer] Fix crash in CStringChecker on zero-size element types (PR #191061)
Martin Storsjö via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 15 03:29:45 PDT 2026
mstorsjo wrote:
> I think wr should just pin the target triple then to x86 linux. Would that work for you?
Yeah, that would totally work for me as well.
(I find that there's a small difference in style between llvm and clang tests in general, where llvm tests usually run with fixed target triples to test exactly the intended case, while many clang tests run for the build default target and have ifdefs for platform differences. But either is fine with me.)
https://github.com/llvm/llvm-project/pull/191061
More information about the cfe-commits
mailing list