summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/BasicValueFactory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement lazy "copying" of structures and arrays in RegionStore. WhileTed Kremenek2009-08-061-0/+26
* analyzer infrastructure: make a bunch of changes to symbolic expressions thatTed Kremenek2009-03-261-19/+0
* Fix PR 3780: In one code path in BasicValueFactory::getValue() we would notTed Kremenek2009-03-111-1/+1
* Rename SymbolID to SymbolRef. This is a precursor to some overhauling of the...Ted Kremenek2008-12-051-1/+1
* Initial support for checking out of bound memory access. Only support Zhongxing Xu2008-11-221-0/+6
* CompoundVal now uses an ImmutableList<SVal> to store its set of SVals. This ...Ted Kremenek2008-10-301-22/+7
* Add CompoundVal and CompoundValData for representing the value of InitListExpr.Zhongxing Xu2008-10-301-0/+38
* Rename:Zhongxing Xu2008-10-211-1/+1
* This patch did the following renaming. There should be no functional changes.Zhongxing Xu2008-10-171-24/+24
* Implement second part of PR 2600: NSError** parameter may be null, and should...Ted Kremenek2008-09-181-0/+5
* Add lval::ArrayOffset, which represent the locations of entries in an array.Ted Kremenek2008-04-291-0/+39
* Added lval::FieldOffset, which represents symbolic lvalues for field offsets ...Ted Kremenek2008-04-291-11/+11
* Added "nonlval::LValAsInteger" to represent abstract LVals casted to integers...Ted Kremenek2008-04-221-0/+43
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+167