index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Analysis
/
PathSensitive
/
Environment.h
Age
Commit message (
Expand
)
Author
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
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-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-17
Class 'Environment' no longer should subclass llvm::FoldingSetNode.
Ted Kremenek
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-12
GRStateRef:
Ted Kremenek
2008-10-30
Rename:
Zhongxing Xu
2008-10-21
Rename:
Zhongxing Xu
2008-10-17
This patch did the following renaming. There should be no functional changes.
Zhongxing Xu
2008-10-16
This is the first step to build a better evaluation model for GRExprEngine. A
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-20
Patch by Zhongxing Xu:
Ted Kremenek
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