summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/StreamChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Return null pointer instead of 'false' (fixes clang warning).Ted Kremenek2010-06-241-1/+1
* Add check for illegal whence argument of fseek.Zhongxing Xu2010-06-241-3/+28
* Should return stateNotNull.Zhongxing Xu2010-06-241-1/+1
* Let StreamChecker::CheckNullStream() return a GRState after successful check.Zhongxing Xu2010-06-241-15/+16
* Add a bunch of stream APIs to SteamChecker.Zhongxing Xu2010-06-221-22/+111
* Add null stream check for more APIs.Zhongxing Xu2010-06-181-16/+70
* Typo.Zhongxing Xu2010-06-161-1/+1
* Although arguments can not be undefined when we get here, they can still beZhongxing Xu2010-06-161-13/+15
* Cast earlier. We know we can get a DefinedSVal.Zhongxing Xu2010-06-161-3/+3
* Add StreamChecker. This checker models and checks stream manipulation functions.Zhongxing Xu2010-06-161-0/+116
OpenPOWER on IntegriCloud