[cfe-dev] Memset checker

Gabor Borsik via cfe-dev cfe-dev at lists.llvm.org
Fri Apr 27 03:44:25 PDT 2018


Dear All,

I would like to create a tool, which could count the number of "memset"
calls in the AST before and after the optimizations. Is there any existing
tool which can do it? If there isn't, where to place it? I found three
possible ways: integrate into the compiler, clang plugin or an independent
tool. Which one is the best?

Thanks,

Gábor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20180427/b09b3057/attachment.html>


More information about the cfe-dev mailing list