aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/CastSizeChecker.cpp
AgeCommit message (Expand)Author
2010-09-01Don't assert in CastSizeChecker when the casted-to pointee is an incomplete t...Ted Kremenek
2010-07-04Add a new symbol type, SymbolExtent, to represent the extents of memory regio...Jordy Rose
2010-06-20Casting to void* or any other pointer-to-sizeless type (e.g. function pointer...Jordy Rose
2010-05-25CastSizeChecker checks when casting a malloc'ed symbolic region to type T,Zhongxing Xu