Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
083128f6b13dfa4fc615a838c49b516d901b1ac0
/
lib
/
Analysis
/
CastToStructChecker.cpp
d02e232
Change *BugReport constructors to take StringRefs.
by Benjamin Kramer
· 16 years ago
de7d800
CastToStructChecker: use 'isStructureType()' instead of 'isRecordType()' to determine if a pointer is casted to a struct pointer. This fixes an observed false positive when a value is casted to a union.
by Ted Kremenek
· 16 years ago
4f3dc69
Add checker for CWE-588: Attempt to Access Child of a Non-structure Pointer.
by Zhongxing Xu
· 16 years ago