clang-tutor
clang-tutor copied to clipboard
A collection of out-of-tree Clang plugins for teaching and learning
Hi, author! I recently work on implement new libtool based on clang-API, and I work on MacOSX-arm64 now, my environment is: LLVM version is 12.0.0, when I analyze a c++...
First of all, thank you for creating this masterpiece! While reading the README, I discovered a typo. As I looked deeper with a spelling checking tool, I found a few...
Adding the getActionType method to allow the clang plugin to automatically load plugins during the compilation process.
Thank you very much for this anazing project. I've successfully run all the examples. But I still have some confusion. **How should I use these tools to compile a real...