terminaldweller / mutator
mutator is an experimental suite of tools aimed at analysis and automation of C/C++ code development
☆77Updated 3 years ago
Alternatives and similar repositories for mutator:
Users that are interested in mutator are comparing it to the libraries listed below
- Python bindings for writing clang-based tools based on libtooling (e.g. for refactoring, auto-completion, etc.)☆36Updated 5 years ago
- NoVT is a compiler-based defense against vtable hijacking in C++ programs. It compiles C++ programs without using vtables.☆50Updated 2 years ago
- A list of compiler warning flags for different GCC and clang versions☆64Updated last week
- An open source checker for MISRA C++:2008 rules. Implemented as LLVM/Clang plugin. (No longer active, please use clang-tidy-misra instead…