summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* [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
OpenPOWER on IntegriCloud