[PATCH] D75271: [analyzer][NFC] Change LangOptions to CheckerManager in the shouldRegister* functions.
Balogh, Ádám via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 2 05:52:11 PST 2020
baloghadamsoftware accepted this revision.
baloghadamsoftware added a comment.
I think this is straightforward after D75360 <https://reviews.llvm.org/D75360>. This was my original attempt as well, but without D75360 <https://reviews.llvm.org/D75360> it did not work. This solves the problem of both accessing `AnalyzerOptions` and emitting an error message.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75271/new/
https://reviews.llvm.org/D75271
More information about the cfe-commits
mailing list