aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CastToStructChecker.cpp
AgeCommit message (Expand)Author
2009-11-14Change *BugReport constructors to take StringRefs.Benjamin Kramer
2009-11-11CastToStructChecker: use 'isStructureType()' instead of 'isRecordType()' to d...Ted Kremenek
2009-11-09Add checker for CWE-588: Attempt to Access Child of a Non-structure Pointer.Zhongxing Xu