[all-commits] [llvm/llvm-project] b293a7: [analyzer][StreamChecker] Using function descripti...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Mon Mar 2 03:36:54 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b293a7217bae22aa8a5f5e9aab025143c0f744e8
https://github.com/llvm/llvm-project/commit/b293a7217bae22aa8a5f5e9aab025143c0f744e8
Author: Balázs Kéri <1.int32 at gmail.com>
Date: 2020-03-02 (Mon, 02 Mar 2020)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
Log Message:
-----------
[analyzer][StreamChecker] Using function description objects - NFC.
Summary:
Have a description object for the stream functions
that can store different aspects of a single stream operation.
I plan to extend the structure with other members,
for example pre-callback and index of the stream argument.
Reviewers: Szelethus, baloghadamsoftware, NoQ, martong, Charusso, xazax.hun
Reviewed By: Szelethus
Subscribers: rnkovacs, xazax.hun, baloghadamsoftware, szepet, a.sidorin, mikhail.ramalho, Szelethus, donat.nagy, dkrupp, gamesh411, Charusso, martong, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D75158
More information about the All-commits
mailing list