index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
BasicValueFactory.cpp
Age
Commit message (
Expand
)
Author
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-06
Implement lazy "copying" of structures and arrays in RegionStore. While
Ted Kremenek
2009-03-26
analyzer infrastructure: make a bunch of changes to symbolic expressions that
Ted Kremenek
2009-03-11
Fix PR 3780: In one code path in BasicValueFactory::getValue() we would not
Ted Kremenek
2008-12-05
Rename SymbolID to SymbolRef. This is a precursor to some overhauling of the...
Ted Kremenek
2008-11-22
Initial support for checking out of bound memory access. Only support
Zhongxing Xu
2008-10-30
CompoundVal now uses an ImmutableList<SVal> to store its set of SVals. This ...
Ted Kremenek
2008-10-30
Add CompoundVal and CompoundValData for representing the value of InitListExpr.
Zhongxing Xu
2008-10-21
Rename:
Zhongxing Xu
2008-10-17
This patch did the following renaming. There should be no functional changes.
Zhongxing Xu
2008-09-18
Implement second part of PR 2600: NSError** parameter may be null, and should...
Ted Kremenek
2008-04-29
Add lval::ArrayOffset, which represent the locations of entries in an array.
Ted Kremenek
2008-04-29
Added lval::FieldOffset, which represents symbolic lvalues for field offsets ...
Ted Kremenek
2008-04-22
Added "nonlval::LValAsInteger" to represent abstract LVals casted to integers...
Ted Kremenek
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner