summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* [sanitizer] found a bug by code inspection: CHECK(a=b) instead of ↵Kostya Serebryany2013-04-051-1/+1
| | | | | | CHECK(a==b). Was puzzled why lint did not catch it. Turns out this check was disabled for asan source. fix all cases and enable the check llvm-svn: 178872
* [asan] a bit stricter lint for CHECK vs CHECK_XX (these CHECK_XX really help ↵Kostya Serebryany2013-02-261-2/+2
| | | | | | debugging!) llvm-svn: 176085
* [sanitizer] Fix lint.Evgeniy Stepanov2013-02-201-1/+1
| | | | llvm-svn: 175615
* [sanitizer] Intercept __isoc99_*scanf.Evgeniy Stepanov2013-02-121-1/+1
| | | | llvm-svn: 174960
* [sanitizer] Fix lint.Evgeniy Stepanov2013-02-081-6/+8
| | | | llvm-svn: 174708
* [Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov2013-01-301-1/+3
| | | | llvm-svn: 173910
* [sanitizer] Workaround broken mktemp on certain platforms.Evgeniy Stepanov2013-01-181-3/+5
| | | | llvm-svn: 172827
* [sanitizer] Enable cpplint for .inc files.Evgeniy Stepanov2013-01-181-0/+12
| | | | llvm-svn: 172825
* [TSan] Blacklist test: Rename blacklisted function. Make this test work for ↵Alexey Samsonov2012-12-281-2/+3
| | | | | | custom TSan testing script. llvm-svn: 171186
* Add MemorySanitizer.cpp to the lint script.Evgeniy Stepanov2012-12-141-2/+1
| | | | llvm-svn: 170204
* [Sanitizer] disable lint check for line length in ASan output testsAlexey Samsonov2012-12-131-1/+2
| | | | llvm-svn: 170123
* Add MemorySanitizer runtime to check_lint.sh.Evgeniy Stepanov2012-12-111-1/+5
| | | | llvm-svn: 169861
* Switch to r83 of cpplint.Evgeniy Stepanov2012-12-071-1/+1
| | | | | | Ubuntu Precise compatibility. llvm-svn: 169597
* [Sanitizer] update lint checker scriptAlexey Samsonov2012-09-181-3/+3
| | | | llvm-svn: 164111
* [Sanitizer] fix warnings reported by gcc. Update the list of targets to ↵Alexey Samsonov2012-09-111-2/+1
| | | | | | check lint for llvm-svn: 163608
* [asan] added tests for asan-initialization-order, patch by Reid WatsonKostya Serebryany2012-09-051-2/+1
| | | | llvm-svn: 163207
* [Sanitizer] Make lint checking a standalone script in sanitizer_commonAlexey Samsonov2012-08-311-0/+65
llvm-svn: 162982
OpenPOWER on IntegriCloud