Skip to content
Kostya Serebryany edited this page Dec 2, 2015 · 9 revisions

Welcome!

This repository is an umbrella for the three repositories previously hosted on code.google.com:

Since those projects started, most of the code has been moved to the LLVM Compiler Infrastructure (http:https://llvm.org). Here reside some pieces of infrastructure and documentation.

Below are the links to the documentation for each project.

AddressSanitizer

AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Learn more:

Your comments are welcome at [email protected] or in Google+

ThreadSanitizer

ThreadSanitizer is a fast data race detector for C/C++ and Go.

Check out:

Send comments/questions to [email protected]

MemorySanitizer

A fast LLVM-based tool that detects the use of uninitialized memory.

Clone this wiki locally