| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Static analyzer: Catch calls to malloc() with | Ted Kremenek | 2010-11-16 | 1 | -0/+17 |
| | | | | | | | | | allocation sizes of 0 bytes. Fixes PR 2899. llvm-svn: 119364 | ||||
| * | Add static analyzer check for calls to 'pthread_once()' where the ↵ | Ted Kremenek | 2010-04-08 | 1 | -2/+35 |
| | | | | | | | | | control-flow has automatic storage. This matches the corresponding check for 'dispatch_once()'. llvm-svn: 100803 | ||||
| * | Remove test case dependancy on platform headers. | Ted Kremenek | 2010-02-25 | 1 | -1/+5 |
| | | | | | llvm-svn: 97088 | ||||
| * | Add UnixAPIChecker, a meta checker to include various precondition checks ↵ | Ted Kremenek | 2010-02-25 | 1 | -0/+15 |
| for calls to various unix/posix functions, e.g. 'open()'. As a first check, check that when 'open()' is passed 'O_CREAT' that it has a third argument. llvm-svn: 97086 | |||||

