| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tools/syz-linter: add custom linter | Dmitry Vyukov | 2020-07-04 | 1 | -0/+15 |
| For now we have 2 simple checks: 1. for multiline comments: /* */ -> // 2. for string len comparison with 0: len(str) != 0 -> str != "" Update #1876 | |||||
