summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/unix-fns.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [analyzer] Use the new registration mechanism on some of the internal ↵Argyrios Kyrtzidis2011-02-151-2/+2
| | | | | | | | | | | | | checks. These are: StackAddrLeakChecker ObjCAtSyncChecker UnixAPIChecker MacOSXAPIChecker The rest have/create implicit dependencies between checkers and need to be handled differently. llvm-svn: 125559
* Static analyzer: Catch calls to malloc() withTed Kremenek2010-11-161-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 Kremenek2010-04-081-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 Kremenek2010-02-251-1/+5
| | | | llvm-svn: 97088
* Add UnixAPIChecker, a meta checker to include various precondition checks ↵Ted Kremenek2010-02-251-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
OpenPOWER on IntegriCloud