aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ArrayBoundChecker.cpp
AgeCommit message (Expand)Author
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek
2010-01-18Add support for computing size in elements for symbolic regions obtained fromZhongxing Xu
2009-11-28lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespaceKovarththanan Rajaratnam
2009-11-23After performing a bounds check in ArrayBoundChecker, record the fact that a ...Ted Kremenek
2009-11-23Clean up the Checker API a little more, resolving some hidden bugsTed Kremenek
2009-11-14Change *BugReport constructors to take StringRefs.Benjamin Kramer
2009-11-12Make StoreManager::getSizeInElements() always return DefinedOrUnknownSVal.Zhongxing Xu
2009-11-11Reimplement out-of-bound array access checker with the new checker interface.Zhongxing Xu