Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-25 | When generating error node, check to see if we already cached out. | Ted Kremenek | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97115 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2010-02-25 | Add UnixAPIChecker, a meta checker to include various precondition checks ↵ | Ted Kremenek | |
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97086 91177308-0d34-0410-b5e6-96231b3b80d8 |