[all-commits] [llvm/llvm-project] 32521b: [clang][analyzer] Restrict 'fopen' & 'tmpfile' mod...
Ben Shi via All-commits
all-commits at lists.llvm.org
Thu Nov 2 02:11:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32521bb37caad512fd539d95bda26170a91e8a4b
https://github.com/llvm/llvm-project/commit/32521bb37caad512fd539d95bda26170a91e8a4b
Author: Ben Shi <2283975856 at qq.com>
Date: 2023-11-02 (Thu, 02 Nov 2023)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
A clang/test/Analysis/stream-non-posix-function.c
Log Message:
-----------
[clang][analyzer] Restrict 'fopen' & 'tmpfile' modeling to POSIX versions in StreamChecker (#70540)
'tmpfile' has only one form that it has no argument.
More information about the All-commits
mailing list