================ Comment at: lib/asan/asan_flags.h:112 @@ -111,1 +111,3 @@ + // Invoke LeakSanitizer at process exit. + bool sanitize_leaks; }; ---------------- Kostya Serebryany wrote: > maybe find_leaks or check_leaks or just leaks? "detect_leaks"? http://llvm-reviews.chandlerc.com/D831