summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/VLASizeChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-96/+0
* lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespaceKovarththanan Rajaratnam2009-11-281-1/+1
* Clean up the Checker API a little more, resolving some hidden bugsTed Kremenek2009-11-231-4/+3
* Change *BugReport constructors to take StringRefs.Benjamin Kramer2009-11-141-2/+2
* Make sure that Type::getAs<ArrayType>() (or Type::getAs<subclass ofDouglas Gregor2009-11-091-1/+2
* Remove Checker::CheckType() (and instead using CheckerVisitor::PreVisitDeclSt...Ted Kremenek2009-11-071-99/+65
* Make the VLASizeChecker implementation private, and its creation only known t...Ted Kremenek2009-11-061-1/+29
* Minor cleanup: use BuiltinBug (which will soon be renamed) for DeferenceCheck...Ted Kremenek2009-11-061-2/+2
* Tweak wording and classifications of analyzer diagnostics.Ted Kremenek2009-11-051-3/+3
* Merge ZeroSizedVLAChecker and UndefSizedVLAChecker.Zhongxing Xu2009-11-041-0/+102
OpenPOWER on IntegriCloud