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