<div dir="ltr">Hi,<div><br></div><div>I've compiled a Clang plugin as explained here: <a href="https://github.com/awruef/find-heartbleed">https://github.com/awruef/find-heartbleed</a>. Everything works as expected, but I'm getting some problems when I go further and try to compile a plugin that has a more complex registration process. </div><div><br></div><div>For example, I have tried to compile the MallocChecker(from <span style="font-variant-ligatures:no-common-ligatures;background-color:rgb(250,255,254);color:rgb(0,0,0);font-family:Menlo;font-size:14px">clang/lib/StaticAnalyzer/Checkers</span>) as a separate plugin; the compilation works, but the analyzer does not report anything on an example  which was previously checked with the original MallocChecker (in Clang) and some warnings were thrown. </div><div>This is a bit unexpected, since the code is exactly the same, except the registration part. I believe the problem is that the MallocChecker has some tricky initialization steps. Did anyone else encountered this problem before?</div><div><br></div><div>Andrei</div><div><br></div><div><br></div><div><br></div>







</div>