Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [sanitizer] found a bug by code inspection: CHECK(a=b) instead of ↵ | Kostya Serebryany | 2013-04-05 | 1 | -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 Serebryany | 2013-02-26 | 1 | -2/+2 | |
| | | | | | | debugging!) llvm-svn: 176085 | |||||
* | [sanitizer] Fix lint. | Evgeniy Stepanov | 2013-02-20 | 1 | -1/+1 | |
| | | | | llvm-svn: 175615 | |||||
* | [sanitizer] Intercept __isoc99_*scanf. | Evgeniy Stepanov | 2013-02-12 | 1 | -1/+1 | |
| | | | | llvm-svn: 174960 | |||||
* | [sanitizer] Fix lint. | Evgeniy Stepanov | 2013-02-08 | 1 | -6/+8 | |
| | | | | llvm-svn: 174708 | |||||
* | [Sanitizer] update style checker script and fix namespace style warnings | Alexey Samsonov | 2013-01-30 | 1 | -1/+3 | |
| | | | | llvm-svn: 173910 | |||||
* | [sanitizer] Workaround broken mktemp on certain platforms. | Evgeniy Stepanov | 2013-01-18 | 1 | -3/+5 | |
| | | | | llvm-svn: 172827 | |||||
* | [sanitizer] Enable cpplint for .inc files. | Evgeniy Stepanov | 2013-01-18 | 1 | -0/+12 | |
| | | | | llvm-svn: 172825 | |||||
* | [TSan] Blacklist test: Rename blacklisted function. Make this test work for ↵ | Alexey Samsonov | 2012-12-28 | 1 | -2/+3 | |
| | | | | | | custom TSan testing script. llvm-svn: 171186 | |||||
* | Add MemorySanitizer.cpp to the lint script. | Evgeniy Stepanov | 2012-12-14 | 1 | -2/+1 | |
| | | | | llvm-svn: 170204 | |||||
* | [Sanitizer] disable lint check for line length in ASan output tests | Alexey Samsonov | 2012-12-13 | 1 | -1/+2 | |
| | | | | llvm-svn: 170123 | |||||
* | Add MemorySanitizer runtime to check_lint.sh. | Evgeniy Stepanov | 2012-12-11 | 1 | -1/+5 | |
| | | | | llvm-svn: 169861 | |||||
* | Switch to r83 of cpplint. | Evgeniy Stepanov | 2012-12-07 | 1 | -1/+1 | |
| | | | | | | Ubuntu Precise compatibility. llvm-svn: 169597 | |||||
* | [Sanitizer] update lint checker script | Alexey Samsonov | 2012-09-18 | 1 | -3/+3 | |
| | | | | llvm-svn: 164111 | |||||
* | [Sanitizer] fix warnings reported by gcc. Update the list of targets to ↵ | Alexey Samsonov | 2012-09-11 | 1 | -2/+1 | |
| | | | | | | check lint for llvm-svn: 163608 | |||||
* | [asan] added tests for asan-initialization-order, patch by Reid Watson | Kostya Serebryany | 2012-09-05 | 1 | -2/+1 | |
| | | | | llvm-svn: 163207 | |||||
* | [Sanitizer] Make lint checking a standalone script in sanitizer_common | Alexey Samsonov | 2012-08-31 | 1 | -0/+65 | |
llvm-svn: 162982 |