summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/lit_tests/printf-1.c
Commit message (Collapse)AuthorAgeFilesLines
* Move TSan lit-tests under test/tsanAlexey Samsonov2014-02-141-16/+0
| | | | llvm-svn: 201414
* Sanitize printf functions.Alexey Samsonov2014-01-211-0/+16
Intercept and sanitize arguments passed to printf functions in ASan and TSan (don't do this in MSan for now). The checks are controlled by runtime flag (off by default for now). Patch http://llvm-reviews.chandlerc.com/D2480 by Yuri Gribov! llvm-svn: 199729
OpenPOWER on IntegriCloud