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
/
Environment.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-164
/
+0
*
When binding an rvalue to a reference, create a temporary object. Use
Zhongxing Xu
2010-01-09
1
-1
/
+6
*
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
Kovarththanan Rajaratnam
2009-11-28
1
-2
/
+1
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-33
/
+33
*
Move the AnalysisContext* from GRState to Environment.
Ted Kremenek
2009-08-27
1
-4
/
+4
*
Simplify 'Environment' to contain only one map from 'const Stmt*' to SVals, g...
Ted Kremenek
2009-08-27
1
-58
/
+40
*
Replace cerr with errs().
Benjamin Kramer
2009-08-23
1
-2
/
+1
*
add fixme.
Zhongxing Xu
2009-07-01
1
-0
/
+2
*
Instead of r74522, use another approach to fix xfail_regionstore_wine_crash.c.
Zhongxing Xu
2009-06-30
1
-2
/
+11
*
Move all factory methods from SVal to ValueManager. API cleanup!
Zhongxing Xu
2009-06-23
1
-8
/
+7
*
Move clients over from using GRStateManager::BindXXX and friends to
Ted Kremenek
2009-06-18
1
-8
/
+10
*
Remove GRStateRef.
Ted Kremenek
2009-06-18
1
-1
/
+1
*
Add comments.
Zhongxing Xu
2009-03-12
1
-0
/
+8
*
Implement FIXME: GRStateManager::scanReachableSymbols now supports scanning M...
Ted Kremenek
2009-03-03
1
-1
/
+2
*
Added GRStateManager::scanReachableSymbols(), a method which scans the reachable
Ted Kremenek
2009-02-14
1
-7
/
+15
*
Static Analyzer: Replace LiveSymbols/DeadSymbols sets with a new object calle...
Ted Kremenek
2009-01-21
1
-8
/
+6
*
remove unused var
Nuno Lopes
2008-11-25
1
-1
/
+0
*
GRStateRef:
Ted Kremenek
2008-11-12
1
-19
/
+23
*
Rename:
Zhongxing Xu
2008-10-30
1
-2
/
+2
*
Rename ExplicitCCastExpr to CStyleCastExpr
Douglas Gregor
2008-10-28
1
-1
/
+1
*
Refactor the expression class hierarchy for casts. Most importantly:
Douglas Gregor
2008-10-27
1
-1
/
+1
*
Add code for get the lvalue for string literals. Now we return a StringRegion
Zhongxing Xu
2008-10-25
1
-7
/
+4
*
This patch did the following renaming. There should be no functional changes.
Zhongxing Xu
2008-10-17
1
-15
/
+15
*
This is a big patch, but the functionality change is small and the rest of th...
Ted Kremenek
2008-10-04
1
-11
/
+9
*
Modify comments.
Zhongxing Xu
2008-08-21
1
-2
/
+3
*
Patch by Zhongxing Xu:
Ted Kremenek
2008-08-20
1
-0
/
+48
*
Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx...
Argyrios Kyrtzidis
2008-08-18
1
-13
/
+2
*
Move some environment methods from ValueState/ValueStateManager to Environmen...
Ted Kremenek
2008-07-10
1
-8
/
+95
*
Initial work on splitting the ValueState into an Environment, Store, and
Ted Kremenek
2008-07-08
1
-0
/
+29