summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/MemRegion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enhances SCA to process untyped region to typed region conversion.Zhongxing Xu2008-11-161-1/+25
* Change AllocaRegion to subclass TypedRegion. We need to know ElementRegion'sZhongxing Xu2008-11-131-2/+12
* Fix StringLiteral print bug.Zhongxing Xu2008-11-111-1/+17
* Add pretty printing to StringRegion.Zhongxing Xu2008-11-101-0/+4
* - Remove AnonTypedRegion, which is not to be used.Zhongxing Xu2008-11-031-15/+9
* Added AllocaRegion, which represents regions created by calls to alloca().Ted Kremenek2008-11-021-2/+35
* Pull determination of the super region for a VarRegion into a single getVarRe...Ted Kremenek2008-10-271-2/+5
* Added CompoundLiteralRegion to represent the (temporary) memory allocated for...Ted Kremenek2008-10-271-0/+41
* An ElementRegion is really a typed region. Its super region's type has to be ...Zhongxing Xu2008-10-271-0/+7
* Add StringRegion to MemRegions.Zhongxing Xu2008-10-251-0/+27
* Added region ObjCObjectRegion that represents an instance of an Objective-C o...Ted Kremenek2008-10-241-0/+21
* Add printing method to ElementRegion.Zhongxing Xu2008-10-241-0/+5
* Add ElementRegion to represent memory chunks for array elements.Zhongxing Xu2008-10-211-0/+28
* Add pretty-printing support for FieldRegions.Ted Kremenek2008-10-171-0/+5
* - constify some uses of MemRegion* (MemRegion should be immutable).Ted Kremenek2008-10-171-7/+49
* This is the first step to implement a field-sensitive store model. Other thin...Zhongxing Xu2008-10-081-0/+34
* Fix typos.Zhongxing Xu2008-10-061-2/+2
* This is a big patch, but the functionality change is small and the rest of th...Ted Kremenek2008-10-041-0/+158
OpenPOWER on IntegriCloud