How to Build a Clang AST-Based C++ Static Analysis Tool

Clang is a set of tools and projects that provides infrastructure for languages in the C family like C, C++, OpenCL, and CUDA. It is a part of the LLVM [https://www.llvm.org/] project. This article will show you how to use Clang’s front end libraries to build a simple static analysis

Powered by WPeMatico