about clang analyzer and c++

Hi, all,

I am a newbie in llvm/clang world. But I am a C++ developer, and I
found this page,
http://clang-analyzer.llvm.org/dev_cxx.html

But I am not sure what's the latest status about clang analyzer.
Thanks for any help and information.

Regards,
Liang

Hi Liang,

C++ analysis support is not very functional at this point, however it is being actively developed.

Tom

That list is up to date, but woefully incomplete. At least one of those tasks (representing destructors in the CFG) is being actively worked on right now. If you are interested, feel free to get involved with bringing up C++ support in the analyzer.