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
/
SValuator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-164
/
+0
*
Fix pr6035.
Zhongxing Xu
2010-01-14
1
-0
/
+3
*
Revert r92318. Instead fix the analyzer: do not call
Zhongxing Xu
2010-01-05
1
-2
/
+3
*
Fix PR 5857. When casting from a symbolic region to an integer back to a poi...
Ted Kremenek
2009-12-23
1
-8
/
+9
*
First part of changes to eliminate problems with cv-qualifiers and
Douglas Gregor
2009-11-16
1
-2
/
+1
*
Now StoreManager::CastRegion() takes a MemRegion, returns a MemRegion.
Zhongxing Xu
2009-10-14
1
-9
/
+6
*
Fix: <rdar://problem/7275774> Static analyzer warns about NULL pointer when
Ted Kremenek
2009-10-06
1
-1
/
+1
*
Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way
Ted Kremenek
2009-09-11
1
-0
/
+15
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-32
/
+32
*
Move logic of GRExprEngine::EvalBinOp to SValuator::EvalBinOp.
Ted Kremenek
2009-08-25
1
-0
/
+29
*
Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only
Ted Kremenek
2009-07-29
1
-4
/
+0
*
Update for LLVM API change.
Owen Anderson
2009-07-24
1
-1
/
+1
*
Fix PR 4594 by refactoring almost all casting logic from GRExprEngine::VisitCast
Ted Kremenek
2009-07-21
1
-0
/
+123