c++ ide & tools with clang integration
- by lurscher
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…