[PATCH] D140387: [clang][analyzer] Add stream related functions to StdLibraryFunctionsChecker.
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 20 08:01:37 PST 2022
Szelethus added a comment.
In D140387#4007751 <https://reviews.llvm.org/D140387#4007751>, @balazske wrote:
> This patch and D140395 <https://reviews.llvm.org/D140395> is (almost) the same code as D135360 <https://reviews.llvm.org/D135360> and D135247 <https://reviews.llvm.org/D135247>. The changes are separated for the different checkers. Tests are added at the second patch.
Well, that is confusing. Which patches should I review? Can you please only have a single opened differential per change, and a single patch stack? If you decided that this patch is **the ONE** for the `ErrnoModeling` changes, please abandon the other patch with the very same change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140387/new/
https://reviews.llvm.org/D140387
More information about the cfe-commits
mailing list