| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [analyzer] Turn on by default the Malloc Checker and a couple of CString | Anna Zaks | 2012-02-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | checks: - unix.Malloc - Checks for memory leaks, double free, use-after-free. - unix.cstring.NullArg - Checks for null pointers passed as arguments to CString functions + evaluates CString functions. - unix.cstring.BadSizeArg - Checks for common anti-patterns in strncat size argument. llvm-svn: 150988 | ||||
| * | [analyzer] Add checks for common anti-patterns in strncat. | Anna Zaks | 2012-01-31 | 1 | -0/+13 |
| (Since this is syntax only, might be a good candidate for turning into a compiler warning.) llvm-svn: 149407 | |||||

