aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/stream.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-24Fix analyzer tests.Ted Kremenek1-1/+1
2012-08-16Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...Ted Kremenek1-8/+8
2011-08-03[analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek1-1/+1
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis1-1/+1
2011-02-15[analyzer] Use the new registration mechanism on some of the experimental che...Argyrios Kyrtzidis1-1/+1
2010-09-07Fix null pointer dereference in StreamChecker::Fseek (reported in PR 8081) an...Ted Kremenek1-0/+6
2010-08-06add test case.Zhongxing Xu1-0/+4
2010-07-23Add FILE* leak check to StreamChecker. Patch by Lei Zhang.Zhongxing Xu1-0/+21
2010-07-22This patch adds support for tmpfile in StreamChecker. Patch by Lei Zhang.Zhongxing Xu1-0/+6
2010-07-19fix test case.Zhongxing Xu1-1/+1
2010-07-19Add double close check to StreamChecker. Patch by Lei Zhang.Zhongxing Xu1-0/+7
2010-06-24Add check for illegal whence argument of fseek.Zhongxing Xu1-0/+7
2010-06-18Add null stream check for more APIs.Zhongxing Xu1-2/+24
2010-06-16Add StreamChecker. This checker models and checks stream manipulation functions.Zhongxing Xu1-0/+12