summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/ReturnPointerRangeChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-97/+0
* Add support for computing size in elements for symbolic regions obtained fromZhongxing Xu2010-01-181-1/+2
* lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespaceKovarththanan Rajaratnam2009-11-281-1/+1
* Clean up the Checker API a little more, resolving some hidden bugsTed Kremenek2009-11-231-2/+1
* Change *BugReport constructors to take StringRefs.Benjamin Kramer2009-11-141-1/+1
* Make StoreManager::getSizeInElements() always return DefinedOrUnknownSVal.Zhongxing Xu2009-11-121-3/+2
* ReturnPointerRangeChecker: use StripCasts() instead of checking for zero indexZhongxing Xu2009-11-111-12/+15
* Sentence-case bug type, and pull tests from region-only-test.c into misc-ps-r...Ted Kremenek2009-11-061-5/+14
* Add a checker for CWE-466: Return of Pointer Value Outside of Expected Range.Zhongxing Xu2009-11-061-0/+86
OpenPOWER on IntegriCloud