summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/scripts
Commit message (Expand)AuthorAgeFilesLines
* [asan] helper script to dump/merge coverage dataKostya Serebryany2013-11-151-0/+56
* [Sanitizer] Add pthread_attr_getaffinity_np to the list of versioned functionsAlexey Samsonov2013-10-261-1/+2
* [Sanitizer] Fix lint checker script on MacAlexey Samsonov2013-10-161-4/+4
* tsan: do not leave trash source files in source dirDmitry Vyukov2013-10-151-1/+1
* [libsanitizer] Pass an explicit template to mktemp. Running mktemp without a ...Alexander Potapenko2013-09-201-3/+3
* [Sanitizer] Add pthread_cond_init to the list of versioned functionsAlexey Samsonov2013-09-201-3/+4
* Minor updates to gen_dynamic_list script suggested by gliderAlexey Samsonov2013-08-291-42/+49
* [sanitizer] Parallelize lint checker scriptAlexey Samsonov2013-08-291-28/+36
* sanitizer_common: Use PYTHON_EXECUTABLE to choose appropriate python.Will Dietz2013-08-281-1/+3
* Make lint checker script more robustAlexey Samsonov2013-08-281-3/+4
* Check code style in check-sanitizer commandAlexey Samsonov2013-08-282-9/+4035
* Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov2013-08-271-0/+76
* Slightly improve lint checker script and fix a few style issuesAlexey Samsonov2013-08-231-28/+32
* Add a FIXME to check_lintTimur Iskhodzhanov2013-08-131-0/+3
* Lint fixesAlexey Samsonov2013-08-051-2/+2
* [Sanitizer] support running external llvm-symbolizer on MacAlexey Samsonov2013-06-111-4/+2
* [lsan] Convert the remaining LSan tests to output tests.Sergey Matveev2013-05-291-1/+2
* [lsan] Begin converting LSan tests to output tests.Sergey Matveev2013-05-271-0/+2
* [lsan] Tests for LeakSanitizer.Sergey Matveev2013-05-201-0/+6
* [sanitizer] Fix lint.Evgeniy Stepanov2013-04-221-1/+2
* [sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany2013-04-051-1/+1
* [asan] a bit stricter lint for CHECK vs CHECK_XX (these CHECK_XX really help ...Kostya Serebryany2013-02-261-2/+2
* [sanitizer] Fix lint.Evgeniy Stepanov2013-02-201-1/+1
* [sanitizer] Intercept __isoc99_*scanf.Evgeniy Stepanov2013-02-121-1/+1
* [sanitizer] Fix lint.Evgeniy Stepanov2013-02-081-6/+8
* [Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov2013-01-301-1/+3
* [sanitizer] Workaround broken mktemp on certain platforms.Evgeniy Stepanov2013-01-181-3/+5
* [sanitizer] Enable cpplint for .inc files.Evgeniy Stepanov2013-01-181-0/+12
* [TSan] Blacklist test: Rename blacklisted function. Make this test work for c...Alexey Samsonov2012-12-281-2/+3
* Add MemorySanitizer.cpp to the lint script.Evgeniy Stepanov2012-12-141-2/+1
* [Sanitizer] disable lint check for line length in ASan output testsAlexey Samsonov2012-12-131-1/+2
* Add MemorySanitizer runtime to check_lint.sh.Evgeniy Stepanov2012-12-111-1/+5
* Switch to r83 of cpplint.Evgeniy Stepanov2012-12-071-1/+1
* [Sanitizer] update lint checker scriptAlexey Samsonov2012-09-181-3/+3
* [Sanitizer] fix warnings reported by gcc. Update the list of targets to check...Alexey Samsonov2012-09-111-2/+1
* [asan] added tests for asan-initialization-order, patch by Reid WatsonKostya Serebryany2012-09-051-2/+1
* [Sanitizer] Make lint checking a standalone script in sanitizer_commonAlexey Samsonov2012-08-311-0/+65