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
/
GRTransferFuncs.h
Age
Commit message (
Expand
)
Author
2008-04-25
Do a better job at computing dead symbols.
Ted Kremenek
2008-04-24
More boilerplate for handling specialized-transfer function logic for dead sy...
Ted Kremenek
2008-04-23
Fixed: <rdar://problem/5881148>
Ted Kremenek
2008-04-18
Added "GetErrorNodes()" to BugType so that -trim-egraph can recognize errors
Ted Kremenek
2008-04-18
Added "EvalAssume" virtual method to GRTransferFuncs; this is for evaluating
Ted Kremenek
2008-04-16
Handle ReturnStmts by dispatching to "EvalReturn" in the transfer function ob...
Ted Kremenek
2008-04-16
Small tweaks to EvalStore: pass an "RVal" instead of "LVal" for the TargetLV to
Ted Kremenek
2008-04-16
Hook up "EvalStore" from GRTransferFuncs to GRExprEngine.
Ted Kremenek
2008-04-15
Added some comments to GRExprEngine. Reorder some of the method definitions
Ted Kremenek
2008-04-11
Added "EvalEndPath" to GRTransferFuncs: the default implementation does not
Ted Kremenek
2008-04-09
Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter.
Ted Kremenek
2008-03-12
Prototype (pre-alpha) implementation of CFRef checker.
Ted Kremenek
2008-03-11
Expanded graph-visualization to include optional pretty-printing of checker-s...
Ted Kremenek
2008-03-11
Expanded ValueState pretty-printing to use an optional "CheckerStatePrinter"
Ted Kremenek
2008-03-07
Renamed ValueManager to BasicValueFactory.
Ted Kremenek
2008-03-06
fix typos
Gabor Greif
2008-03-05
Plug-in transfer function "EvalCall" now takes as an argument the current
Ted Kremenek
2008-03-04
Make GRStmtNodeBuilder only depend on StateTy, and not the type definition
Ted Kremenek
2008-02-28
Merged ValueState and ValueStateImpl into just ValueState, with GRExprEngine:...
Ted Kremenek
2008-02-26
Added boilerplate for plug-in transfer function support for CallExprs.
Ted Kremenek
2008-02-21
Simplified and generalized transfer function logic for casts, allowing
Ted Kremenek
2008-02-21
Major cleanup of path-sensitive analysis engine and the current analysis
Ted Kremenek
2008-02-20
Implemented transfer function logic for unary '+'
Ted Kremenek
2008-02-15
Refactored code for transfer functions for binary operators involving two LVa...
Ted Kremenek
2008-02-15
Simplified transfer function logic for ++/-- operators.
Ted Kremenek
2008-02-15
Added boilerplate transfer function support for pointer arithmetic operations.
Ted Kremenek
2008-02-14
Migrated transfer functions for binary operators for simple value tracking
Ted Kremenek
2008-02-14
Migrated transfer functions for unary "~" and "-" to GRTransferFuncs/GRSimple...
Ted Kremenek
2008-02-14
Started partitioning of transfer function logic (and thus the policy behind
Ted Kremenek