summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/scripts
AgeCommit message (Expand)Author
2013-11-21Implement a bunch of custom glibc wrappers & corresponding tests.Peter Collingbourne
2013-11-15[asan] helper script to dump/merge coverage dataKostya Serebryany
2013-10-26[Sanitizer] Add pthread_attr_getaffinity_np to the list of versioned functionsAlexey Samsonov
2013-10-16[Sanitizer] Fix lint checker script on MacAlexey Samsonov
2013-10-15tsan: do not leave trash source files in source dirDmitry Vyukov
2013-09-20[libsanitizer] Pass an explicit template to mktemp. Running mktemp without a ...Alexander Potapenko
2013-09-20[Sanitizer] Add pthread_cond_init to the list of versioned functionsAlexey Samsonov
2013-08-29Minor updates to gen_dynamic_list script suggested by gliderAlexey Samsonov
2013-08-29[sanitizer] Parallelize lint checker scriptAlexey Samsonov
2013-08-28sanitizer_common: Use PYTHON_EXECUTABLE to choose appropriate python.Will Dietz
2013-08-28Make lint checker script more robustAlexey Samsonov
2013-08-28Check code style in check-sanitizer commandAlexey Samsonov
2013-08-27Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov
2013-08-23Slightly improve lint checker script and fix a few style issuesAlexey Samsonov
2013-08-13Add a FIXME to check_lintTimur Iskhodzhanov
2013-08-05Lint fixesAlexey Samsonov
2013-06-11[Sanitizer] support running external llvm-symbolizer on MacAlexey Samsonov
2013-05-29[lsan] Convert the remaining LSan tests to output tests.Sergey Matveev
2013-05-27[lsan] Begin converting LSan tests to output tests.Sergey Matveev
2013-05-20[lsan] Tests for LeakSanitizer.Sergey Matveev
2013-04-22[sanitizer] Fix lint.Evgeniy Stepanov
2013-04-05[sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany
2013-02-26[asan] a bit stricter lint for CHECK vs CHECK_XX (these CHECK_XX really help ...Kostya Serebryany
2013-02-20[sanitizer] Fix lint.Evgeniy Stepanov
2013-02-12[sanitizer] Intercept __isoc99_*scanf.Evgeniy Stepanov
2013-02-08[sanitizer] Fix lint.Evgeniy Stepanov
2013-01-30[Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov
2013-01-18[sanitizer] Workaround broken mktemp on certain platforms.Evgeniy Stepanov
2013-01-18[sanitizer] Enable cpplint for .inc files.Evgeniy Stepanov
2012-12-28[TSan] Blacklist test: Rename blacklisted function. Make this test work for c...Alexey Samsonov
2012-12-14Add MemorySanitizer.cpp to the lint script.Evgeniy Stepanov
2012-12-13[Sanitizer] disable lint check for line length in ASan output testsAlexey Samsonov
2012-12-11Add MemorySanitizer runtime to check_lint.sh.Evgeniy Stepanov
2012-12-07Switch to r83 of cpplint.Evgeniy Stepanov
2012-09-18[Sanitizer] update lint checker scriptAlexey Samsonov
2012-09-11[Sanitizer] fix warnings reported by gcc. Update the list of targets to check...Alexey Samsonov
2012-09-05[asan] added tests for asan-initialization-order, patch by Reid WatsonKostya Serebryany
2012-08-31[Sanitizer] Make lint checking a standalone script in sanitizer_commonAlexey Samsonov