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
/
SVals.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rework use of loc::SymbolVal in the retain/release checker to use the new method
Ted Kremenek
2009-03-03
1
-0
/
+36
*
Fix case where we should use dyn_cast instead of cast.
Ted Kremenek
2009-03-03
1
-1
/
+1
*
Fix a couple bugs:
Ted Kremenek
2009-01-30
1
-4
/
+3
*
Static analyzer: Remove a bunch of outdated SymbolData objects and
Ted Kremenek
2009-01-22
1
-31
/
+7
*
Lazy bingding for region-store manager.
Zhongxing Xu
2008-12-20
1
-0
/
+15
*
Add utility method. Remove an unused method.
Zhongxing Xu
2008-12-09
1
-0
/
+2
*
Rename SymbolID to SymbolRef. This is a precursor to some overhauling of the...
Ted Kremenek
2008-12-05
1
-2
/
+2
*
Add utility methods.
Zhongxing Xu
2008-11-24
1
-0
/
+9
*
Add getSize() support for StringRegion.
Zhongxing Xu
2008-11-24
1
-0
/
+5
*
Initial support for checking out of bound memory access. Only support
Zhongxing Xu
2008-11-22
1
-0
/
+5
*
Add SymbolData for array elements and struct fields.
Zhongxing Xu
2008-11-19
1
-0
/
+16
*
Flush llvm::errs() when printing out SVals.
Ted Kremenek
2008-11-15
1
-1
/
+1
*
Pretty-printing for SVals now mainly uses llvm::raw_ostream. We have an adap...
Ted Kremenek
2008-10-30
1
-125
/
+9
*
Added iterators to nonloc::CompoundSVal.
Ted Kremenek
2008-10-30
1
-0
/
+21
*
80 col violation.
Ted Kremenek
2008-10-30
1
-3
/
+3
*
CompoundVal now uses an ImmutableList<SVal> to store its set of SVals. This ...
Ted Kremenek
2008-10-30
1
-3
/
+8
*
Add CompoundVal and CompoundValData for representing the value of InitListExpr.
Zhongxing Xu
2008-10-30
1
-0
/
+5
*
- Fix type-punning warning in SVals.cpp by using a real iterator class for sy...
Ted Kremenek
2008-10-27
1
-11
/
+11
*
Remove loc::StringLiteralVal. Now we allocate regions for string literals in ...
Zhongxing Xu
2008-10-26
1
-16
/
+0
*
Add printing with llvm::raw_ostream methods to SVals.
Zhongxing Xu
2008-10-24
1
-0
/
+131
*
Rename:
Zhongxing Xu
2008-10-21
1
-0
/
+399
[prev]