[PATCH] D137790: [clang][analyzer] Remove report of null stream from StreamChecker.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 19 09:17:51 PST 2022
balazske added a comment.
I would split the patches D135360 <https://reviews.llvm.org/D135360> and D135247 <https://reviews.llvm.org/D135247> (the two before this) into new patches, one for `StreamChecker`, other for `StdLibraryFunctionsChecker` only. This can make review (and commit history) more clear. And `StdLibraryFunctionsChecker` can be modified probably in a new patch that comes before these, to change how NoteTags are added.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137790/new/
https://reviews.llvm.org/D137790
More information about the cfe-commits
mailing list