ms2cc converts MSBuild build logs into compile_commands.json format. This compilation database is used by language servers, and various IDEs for code intelligence features (IntelliSense, navigation, ...
VAST is a library for program analysis and instrumentation of C/C++ and related languages. VAST provides a foundation for customizable program representation for a broad spectrum of analyses. Using ...
The xcc700 is a very small, lightweight C compiler designed specifically for the ESP32 microcontroller. It is like a mini version of GCC or clang, but this system has some limitations. Instead of ...