Skip to content
Commit d55522f0 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Add UnixAPIChecker, a meta checker to include various precondition checks 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
parent bfe9f5f4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment