summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/DivZeroChecker.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 the implementation of DivZeroChecker private.Ted Kremenek2009-11-061-1/+16
| | | | llvm-svn: 86288
* Minor cleanup: use BuiltinBug (which will soon be renamed) for ↵Ted Kremenek2009-11-061-1/+1
| | | | | | DeferenceChecker and friends so that they always report the same bug type. llvm-svn: 86208
* Move CheckDivZero into its own files.Zhongxing Xu2009-10-311-0/+70
llvm-svn: 85651
OpenPOWER on IntegriCloud