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