[PATCH] D50211: [analyzer] Fix displayed checker name for InnerPointerChecker
Umann Kristóf via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 7 05:42:00 PST 2018
Szelethus added a comment.
I personally find the registration process very error-prone, the current infrastructure around it makes it super easy to mess up in a way that won't be detected for months, so we probably need a better approach altogether. It shouldn't be possible to do any harm within a registry function, especially not in a way that affects other checkers.
https://reviews.llvm.org/D50211
More information about the cfe-commits
mailing list