Archives pour: "Janvier 2013"

Some more cool stuff with LLVM/Clang

Janvier 12th, 2013
One of the drawback of C is the hard memory management. It is because of this aspect that Clang provides a way to detect, at runtime, memory errors. Called Address Sanitizer, it allows, while the program is running, to keep track of the memory and… suite »