[all-commits] [llvm/llvm-project] 0eba5d: [analyzer] Fix modeling some library functions whe...
NoQ via All-commits
all-commits at lists.llvm.org
Sun Mar 15 21:16:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0eba5dc80fb0a65b8bad00998c390ce3ec0c430f
https://github.com/llvm/llvm-project/commit/0eba5dc80fb0a65b8bad00998c390ce3ec0c430f
Author: Artem Dergachev <artem.dergachev at gmail.com>
Date: 2020-03-16 (Mon, 16 Mar 2020)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
Log Message:
-----------
[analyzer] Fix modeling some library functions when UCHAR_MAX > INT_MAX.
This makes life easier for downstream users who maintain exotic
target platforms.
Patch by Vince Bridgers!
Differential Revision: https://reviews.llvm.org/D75529
More information about the All-commits
mailing list