[all-commits] [llvm/llvm-project] d63a94: [analyzer][StdLibraryFunctionsChecker] Fix getline...
Gabor Marton via All-commits
all-commits at lists.llvm.org
Wed Sep 23 01:59:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d63a945a13048b66f06e222d8b0810d7db9592f6
https://github.com/llvm/llvm-project/commit/d63a945a13048b66f06e222d8b0810d7db9592f6
Author: Gabor Marton <gabor.marton at ericsson.com>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
M clang/test/Analysis/std-c-library-functions.c
Log Message:
-----------
[analyzer][StdLibraryFunctionsChecker] Fix getline/getdelim signatures
It is no longer needed to add summaries of 'getline' for different
possible underlying types of ssize_t. We can just simply lookup the
type.
Differential Revision: https://reviews.llvm.org/D88092
More information about the All-commits
mailing list