[PATCH] D54438: [analyzer][WIP] Reimplement dependencies between checkers

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 13 13:24:30 PST 2018


NoQ added a comment.

Hmm, makes sense. Maybe `static bool BlahBlahChecker::isApplicable(const LangOpts &LO)` or something like that.

Btw, maybe instead of default constructor and `->setup(Args)` method we could stuff all of the `setup(Args)`'s arguments into the one-and-only constructor for the checker?


Repository:
  rC Clang

https://reviews.llvm.org/D54438





More information about the cfe-commits mailing list