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