[PATCH] D97183: [analyzer] Add NoteTag for smart-ptr get()

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 10 11:31:42 PST 2021


NoQ added a comment.

> I can see that it adds many visitors to the `BugReport` passed to it.

Yes and some of these visitors will call `trackExpressionValue()` again in their `Visit...()` functions which corresponds to adding visitors in the middle of visitation which is arguably the most interesting part.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97183/new/

https://reviews.llvm.org/D97183



More information about the cfe-commits mailing list