Re: [cfe-users] Using Clang static analysis plugins with Clang-tidy

2016-02-22 Thread Orbán György via cfe-users
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

[cfe-users] Using Clang static analysis plugins with Clang-tidy

2016-02-19 Thread Sanford Freedman via cfe-users
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