Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace | Kovarththanan Rajaratnam | 2009-11-28 | 1 | -2/+2 |
| | | | | llvm-svn: 90028 | ||||
* | Tweak UndefBranchChecker to register the most nested "undefined" expression ↵ | Ted Kremenek | 2009-11-23 | 1 | -3/+4 |
| | | | | | | with bugreporter::registerTrackNullOrUndefValue instead of the condition itself. llvm-svn: 89682 | ||||
* | Cleanup title/description of "undefined branch" BugType and add some test ↵ | Ted Kremenek | 2009-11-23 | 1 | -2/+1 |
| | | | | | | cases for this check. llvm-svn: 89679 | ||||
* | UndefBranchChecker: more bug reporter helper information emit. | Zhongxing Xu | 2009-11-23 | 1 | -0/+54 |
| | | | | llvm-svn: 89643 | ||||
* | Initial refactor of UndefBranchChecker. We still use GRBranchNodeBuilder | Zhongxing Xu | 2009-11-23 | 1 | -0/+63 |
in the checker directly. But I don't have a better approach for now. llvm-svn: 89640 |