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
/
GRTransferFuncs.cpp
Age
Commit message (
Expand
)
Author
2009-06-26
Introduce a new concept to the static analyzer: SValuator.
Ted Kremenek
2009-06-18
Move clients over from using GRStateManager::BindXXX and friends to
Ted Kremenek
2009-03-26
analyzer infrastructure: make a bunch of changes to symbolic expressions that
Ted Kremenek
2009-02-14
Static analyzer:
Ted Kremenek
2009-02-04
Overhaul BugReporter interface and implementation. The new interface cleans up
Ted Kremenek
2008-11-15
Implement FIXME in GRExprEngine::VisitUnaryOperator() to handle implicit conv...
Ted Kremenek
2008-10-30
Rename:
Zhongxing Xu
2008-10-30
Fix 80-col.
Zhongxing Xu
2008-10-17
This patch did the following renaming. There should be no functional changes.
Zhongxing Xu
2008-08-13
Rename ValueState -> GRState.
Ted Kremenek
2008-07-18
Renamed deterministic EvalBinOp to DetermEvalBinOpNN. This name mangling is ...
Ted Kremenek
2008-07-18
Created ValueStateSet class to manage the creation of multiple states by a me...
Ted Kremenek
2008-07-17
Begin major changes to EvalXXX methods in GRTransferFuncs. Currently some of...
Ted Kremenek
2008-07-10
Refactored most of the "Store" piece of ValueState into a Store type. The
Ted Kremenek
2008-04-16
Small tweaks to EvalStore: pass an "RVal" instead of "LVal" for the TargetLV to
Ted Kremenek
2008-04-16
Add missing file.
Ted Kremenek