Age | Commit message (Expand) | Author |
---|---|---|
2009-11-14 | Change *BugReport constructors to take StringRefs. | Benjamin Kramer |
2009-11-09 | Make sure that Type::getAs<ArrayType>() (or Type::getAs<subclass of | Douglas Gregor |
2009-11-07 | Remove Checker::CheckType() (and instead using CheckerVisitor::PreVisitDeclSt... | Ted Kremenek |
2009-11-06 | Make the VLASizeChecker implementation private, and its creation only known t... | Ted Kremenek |
2009-11-06 | Minor cleanup: use BuiltinBug (which will soon be renamed) for DeferenceCheck... | Ted Kremenek |
2009-11-05 | Tweak wording and classifications of analyzer diagnostics. | Ted Kremenek |
2009-11-04 | Merge ZeroSizedVLAChecker and UndefSizedVLAChecker. | Zhongxing Xu |