diff options
author | Sanjay Patel <spatel@rotateright.com> | 2021-09-22 13:24:51 -0400 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2021-09-22 13:50:12 -0400 |
commit | c240169ff2e416f2652a5d3a80a83ef68ab7fa23 (patch) | |
tree | b17b0cc9366bc2fc68085f78dfe6523151b3d2a4 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | af99236747872af7e77092cbf6ddd18fa8623a2f (diff) | |
download | llvm-c240169ff2e416f2652a5d3a80a83ef68ab7fa23.zip llvm-c240169ff2e416f2652a5d3a80a83ef68ab7fa23.tar.gz llvm-c240169ff2e416f2652a5d3a80a83ef68ab7fa23.tar.bz2 |
[Analysis] improve function matching for strlen libcall
The return type of strlen is size_t, not just any integer.
This is a partial fix for an example based on:
https://llvm.org/PR50836
There's another bug here because we can still crash
processing a real strlen or something that looks like it.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions