[PATCH] [sanitizer] Introduce VerboseReport and use it in sanitizer code.

Alexander Potapenko glider at google.com
Tue Dec 3 04:13:09 PST 2013


Maybe make a "VLOG(level, ...)" macro instead that expands into "if
(common_flags()->verbosity >= level) Report(...)" ?

On Tue, Dec 3, 2013 at 4:06 PM, Kostya Serebryany <kcc at google.com> wrote:
>
>   What's the motivation?
>   While this change makes the code more compact (good) it also changes the behavior  *slightly*
>   (e.g. we now call GetCurrentTidOrInvalid unconditionally)
>
> http://llvm-reviews.chandlerc.com/D2316
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



-- 
Alexander Potapenko
Software Engineer
Google Moscow



More information about the llvm-commits mailing list