[PATCH] D71524: [analyzer] Support tainted objects in GenericTaintChecker
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 3 09:56:25 PST 2020
steakhal added a comment.
In D71524#1902654 <https://reviews.llvm.org/D71524#1902654>, @steakhal wrote:
> In D71524#1889566 <https://reviews.llvm.org/D71524#1889566>, @boga95 wrote:
>
> > @steakhal's revision is on the top of this. Changing the order will only cause unnecessary work on both sides.
>
>
> I would happily rebase this patch if you want.
Here is the rebased version of your patch.
https://github.com/steakhal/llvm-project/compare/use-callevent...steakhal:boga-rebased-tainted-objects-D71524
Minor modifications applied:
- clang-formatted every modified lines
- simplified the `getArgWithImplicitThis` function body
- simplified the `getNumArgsWithImplicitThis` function body
- omitting the spelling of the `TaintPropagationRule` type name where obvious
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71524/new/
https://reviews.llvm.org/D71524
More information about the cfe-commits
mailing list