Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When generating error node, check to see if we already cached out. | Ted Kremenek | 2010-02-25 | 1 | -0/+3 |
| | | | | llvm-svn: 97115 | ||||
* | Add UnixAPIChecker, a meta checker to include various precondition checks ↵ | Ted Kremenek | 2010-02-25 | 1 | -0/+151 |
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 |