[cfe-dev] Clang Static Analyzer Inline

Xin Wang via cfe-dev cfe-dev at lists.llvm.org
Tue Jul 4 04:34:49 PDT 2017


Hello everyone!

I am writing a checker to explore the constructor and the destructor. It
seems that the analyzer doesn't inline the new operator like* A *a = new
A();. *So I set *c++-allocator-inlining *to be true which I think will let
the analyzer inline the constructor, but it didn't work. Can anyone explain
this?

Look forward to your help!

Regards,
Xin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20170704/0c6a324c/attachment.html>


More information about the cfe-dev mailing list