Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change *BugReport constructors to take StringRefs. | Benjamin Kramer | 2009-11-14 | 1 | -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 Kremenek | 2009-11-06 | 1 | -1/+16 |
| | | | | llvm-svn: 86288 | ||||
* | Minor cleanup: use BuiltinBug (which will soon be renamed) for ↵ | Ted Kremenek | 2009-11-06 | 1 | -1/+1 |
| | | | | | | DeferenceChecker and friends so that they always report the same bug type. llvm-svn: 86208 | ||||
* | Move CheckDivZero into its own files. | Zhongxing Xu | 2009-10-31 | 1 | -0/+70 |
llvm-svn: 85651 |