c++ ide & tools with clang integration

Posted by lurscher on Programmers See other posts from Programmers or by lurscher
Published on 2011-06-24T20:48:54Z Indexed on 2011/06/25 0:32 UTC
Read the original article Hit count: 755

recently i read this blog about google integrating clang parser into their code analysis tools

This is something in which c++ is at least a decade behind other languages like java, but now that llvm-clang is almost c++ iso-ready, i think its possible for c++ code analysis tools to begin using the c++ parser effectively, since it has been designed from the ground up precisely for this

so i'm wondering if there are existing open source or known commercial projects taking this path, integrating with clang to provide higher-level analysis tools?

© Programmers or respective owner

Related posts about c++

Related posts about code-quality