summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/ArrayBoundChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-91/+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
* After performing a bounds check in ArrayBoundChecker, record the fact that a ...Ted Kremenek2009-11-231-0/+6
* Clean up the Checker API a little more, resolving some hidden bugsTed Kremenek2009-11-231-3/+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
* Reimplement out-of-bound array access checker with the new checker interface.Zhongxing Xu2009-11-111-0/+87
OpenPOWER on IntegriCloud