Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pull BadCallChecker int UndefinedArgChecker, and have UndefinedArgChecker ↵ | Ted Kremenek | 2009-11-21 | 1 | -57/+0 |
| | | | | | | also handled undefined receivers in message expressions. llvm-svn: 89524 | ||||
* | 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 | ||||
* | Remove public headers for UndefinedArgChecker, AttrNonNullChecker, and ↵ | Ted Kremenek | 2009-11-11 | 1 | -5/+18 |
| | | | | | | BadCallChecker, making their implementations completely private. llvm-svn: 86809 | ||||
* | Pull BadCallChecker into its own files. | Zhongxing Xu | 2009-11-03 | 1 | -0/+44 |
llvm-svn: 85868 |