summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CastToStructChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-77/+0
* Correct comments.Zhongxing Xu2010-01-201-1/+1
* 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-1/+1
* Change *BugReport constructors to take StringRefs.Benjamin Kramer2009-11-141-2/+1
* CastToStructChecker: use 'isStructureType()' instead of 'isRecordType()' to d...Ted Kremenek2009-11-111-1/+1
* Add checker for CWE-588: Attempt to Access Child of a Non-structure Pointer.Zhongxing Xu2009-11-091-0/+78
OpenPOWER on IntegriCloud