[all-commits] [llvm/llvm-project] febe75: [analyzer][StdLibraryFunctionsChecker] Add more re...
Gabor Marton via All-commits
all-commits at lists.llvm.org
Tue Dec 8 08:06:16 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: febe75032f6f8322cce1dcbba11a44559aaa14e3
https://github.com/llvm/llvm-project/commit/febe75032f6f8322cce1dcbba11a44559aaa14e3
Author: Gabor Marton <gabor.marton at ericsson.com>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
Log Message:
-----------
[analyzer][StdLibraryFunctionsChecker] Add more return value contraints
This time, we add contraints to functions that either return with [0, -1] or
with a file descriptor.
Differential Revision: https://reviews.llvm.org/D92771
More information about the All-commits
mailing list