#llvm #clang #cpp #c #memory-safety

build build-with-leak-check

This is a small wrapper program around the LLVM Clang compiler suite. This will build and execute binaries using address sanitation and memory sanitation, this project is generally recommended to be only used with smaller builds (such as college homework assignments) where memory safety is required.

1 unstable release

0.1.0 Mar 14, 2022

#587 in Debugging

MIT license

8KB
119 lines

Leak

This is a small wrapper CLI tool for compiling C/C++ programs where checking memory safety is important

Dependencies

~2–11MB
~104K SLoC