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 project.
This article will show you how to use Clang's front end libraries to build a simple stati...
freecodecamp.org11 min read