summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/stream.c
Commit message (Expand)AuthorAgeFilesLines
* Fix analyzer tests.Ted Kremenek2012-08-241-1/+1
* Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...Ted Kremenek2012-08-161-8/+8
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-1/+1
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Use the new registration mechanism on some of the experimental che...Argyrios Kyrtzidis2011-02-151-1/+1
* Fix null pointer dereference in StreamChecker::Fseek (reported in PR 8081) an...Ted Kremenek2010-09-071-0/+6
* add test case.Zhongxing Xu2010-08-061-0/+4
* Add FILE* leak check to StreamChecker. Patch by Lei Zhang.Zhongxing Xu2010-07-231-0/+21
* This patch adds support for tmpfile in StreamChecker. Patch by Lei Zhang.Zhongxing Xu2010-07-221-0/+6
* fix test case.Zhongxing Xu2010-07-191-1/+1
* Add double close check to StreamChecker. Patch by Lei Zhang.Zhongxing Xu2010-07-191-0/+7
* Add check for illegal whence argument of fseek.Zhongxing Xu2010-06-241-0/+7
* Add null stream check for more APIs.Zhongxing Xu2010-06-181-2/+24
* Add StreamChecker. This checker models and checks stream manipulation functions.Zhongxing Xu2010-06-161-0/+12
OpenPOWER on IntegriCloud