summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/ArrayBoundChecker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change *BugReport constructors to take StringRefs.Benjamin Kramer2009-11-141-1/+1
| | | | | | | | - Eliminates many calls to std::string.c_str() - Fixes an invalid read in ReturnStackAddressChecker due to an unsafe call to StringRef.data() which doesn't guarantee null-termination. llvm-svn: 88779
* Make StoreManager::getSizeInElements() always return DefinedOrUnknownSVal.Zhongxing Xu2009-11-121-3/+2
| | | | llvm-svn: 86932
* Reimplement out-of-bound array access checker with the new checker interface.Zhongxing Xu2009-11-111-0/+87
Now only one test case is XFAIL'ed. llvm-svn: 86834
OpenPOWER on IntegriCloud