index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Analysis
/
ValueState.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly invalidate reference count state when passing objects by reference ...
Ted Kremenek
2008-05-01
1
-0
/
+6
*
Simplify RemoveDeadBindings.
Ted Kremenek
2008-04-29
1
-17
/
+9
*
Add lval::ArrayOffset, which represent the locations of entries in an array.
Ted Kremenek
2008-04-29
1
-0
/
+1
*
Added lval::FieldOffset, which represents symbolic lvalues for field offsets ...
Ted Kremenek
2008-04-29
1
-0
/
+3
*
Major rewrite/refactoring of static analysis engine. We now use
Ted Kremenek
2008-04-29
1
-56
/
+0
*
Handle dereferences of function pointers (which return a handle to the functi...
Ted Kremenek
2008-04-25
1
-0
/
+3
*
Don't abort on GetRVal when the LVal is a StringLiteralVal.
Ted Kremenek
2008-04-25
1
-0
/
+4
*
Do a better job at computing dead symbols.
Ted Kremenek
2008-04-25
1
-4
/
+12
*
Added initial boilerplate in GRExprEngine to allow checker-specific transfer
Ted Kremenek
2008-04-24
1
-7
/
+23
*
Added lval type (and tracking) for StringLiterals.
Ted Kremenek
2008-04-22
1
-0
/
+3
*
Added "nonlval::LValAsInteger" to represent abstract LVals casted to integers...
Ted Kremenek
2008-04-22
1
-11
/
+1
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+595