Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace | Kovarththanan Rajaratnam | 2009-11-28 | 1 | -1/+1 |
* | Clean up the Checker API a little more, resolving some hidden bugs | Ted Kremenek | 2009-11-23 | 1 | -4/+3 |
* | Change *BugReport constructors to take StringRefs. | Benjamin Kramer | 2009-11-14 | 1 | -2/+2 |
* | Make sure that Type::getAs<ArrayType>() (or Type::getAs<subclass of | Douglas Gregor | 2009-11-09 | 1 | -1/+2 |
* | Remove Checker::CheckType() (and instead using CheckerVisitor::PreVisitDeclSt... | Ted Kremenek | 2009-11-07 | 1 | -99/+65 |
* | Make the VLASizeChecker implementation private, and its creation only known t... | Ted Kremenek | 2009-11-06 | 1 | -1/+29 |
* | Minor cleanup: use BuiltinBug (which will soon be renamed) for DeferenceCheck... | Ted Kremenek | 2009-11-06 | 1 | -2/+2 |
* | Tweak wording and classifications of analyzer diagnostics. | Ted Kremenek | 2009-11-05 | 1 | -3/+3 |
* | Merge ZeroSizedVLAChecker and UndefSizedVLAChecker. | Zhongxing Xu | 2009-11-04 | 1 | -0/+102 |