Hi,
As far as I know Clang-tidy currently does not support loading
checkers from a shared library.
I do not know why the patch was abandoned.
We are developing a tool CodeChecker
(https://github.com/Ericsson/codechecker) which can run multiple
static analyzers. Currently it supports Clang Static
Is it currently possible to use Clang static analysis plugins and dynamically loaded checkers with Clang-tidy? I'm attempting to setup a build system for a new project that will run the Clang-tidy checkers, the static analysis checkers, and one or more custom checkers all at once (for example the c