[PATCH] D45682: [analyzer] Move `TaintBugVisitor` from `GenericTaintChecker.cpp` to `BugReporterVisitors.h`.

George Karpenkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 21 04:50:07 PDT 2018


george.karpenkov added a comment.

I'm new to the taint visitor, but I am quite confused by your change description.

> and many checkers rely on it

How can other checkers rely on it if it's private to the taint checker?

Also, it's probably to explicitly include BugReporterVisitors.h in the checker file then.


Repository:
  rC Clang

https://reviews.llvm.org/D45682





More information about the cfe-commits mailing list