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
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2009-12-23
Migrate the call inliner to the Checker interface.
Zhongxing Xu
2009-12-02
Hard bifurcate the state into nil receiver and non-nil receiver, so that
Zhongxing Xu
2009-11-03
Change GRTransferFuncs::RegisterChecks() to take a GRExprEngine& instead of a...
Ted Kremenek
2009-09-11
Start to add a new transfer function that inlines callee. To be continued.
Zhongxing Xu
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-06
Last step of template cleanup: merge *BuilderImpl to *Builder.
Zhongxing Xu
2009-08-06
As GRState seems general enough, it is time to merge some template classes
Zhongxing Xu
2009-06-26
Introduce a new concept to the static analyzer: SValuator.
Ted Kremenek
2009-06-18
libAnalysis:
Ted Kremenek
2009-05-20
* API change: we need to pass GRState to GRExprEngine::EvalBinOp() because
Zhongxing Xu
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
2009-01-21
Static Analyzer: Replace LiveSymbols/DeadSymbols sets with a new object calle...
Ted Kremenek
2008-11-15
Implement FIXME in GRExprEngine::VisitUnaryOperator() to handle implicit conv...
Ted Kremenek
2008-10-21
Rename:
Zhongxing Xu
2008-10-17
This patch did the following renaming. There should be no functional changes.
Zhongxing Xu
2008-08-16
GRState:
Ted Kremenek
2008-08-13
Renamed GRState::CheckerStatePrinter to GRState::Printer.
Ted Kremenek
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
Move GRTransferFunc* into ValueStateManager, and move the assumption logic th...
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-05-29
- Move ObjC Expresssion AST's from Expr.h => ExprObjC.h
Steve Naroff
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
[next]