Using Clang-Tidy¶| clang.llvm.org
JSON Compilation Database Format Specification¶| clang.llvm.org
There is currently no great way to parse the C++ AST. libclang works for simple things, but is not feasible if you need more information. That's why I've created cppast.| www.foonathan.net