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
Age
Commit message (
Expand
)
Author
2008-03-17
Added initial transfer function support for inline asm.
Ted Kremenek
2008-03-14
Emit warnings for undefined control-flow.
Ted Kremenek
2008-03-14
Path-sensitive analyses no longer take a FunctionDecl, but any Decl representing
Ted Kremenek
2008-03-13
The LiveVariables analysis no longer requires a FunctionDecl&; this allows it
Ted Kremenek
2008-03-12
Changed CallRetValSymbol to SymbolConjured to allow "conjured" symbols to be ...
Ted Kremenek
2008-03-12
Fixed regression in SymbolManager introduced in r48272.
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-11
Expanded graph visualization interface to include specifying a range of
Ted Kremenek
2008-03-11
Added main skeleton for CFRetain transfer function logic.
Ted Kremenek
2008-03-10
Add transfer function support for pointer arithmetic where the
Ted Kremenek
2008-03-10
More edge-case handling with using liveness information to prune dead state v...
Ted Kremenek
2008-03-10
More cleanups with using the liveness analysis to removed dead symbols and
Ted Kremenek
2008-03-09
When processing the transfer function for a statement, evaluate
Ted Kremenek
2008-03-09
Refactored guards for "GRExprEngine::RemoveDeadBindings" directly into the
Ted Kremenek
2008-03-09
Bug fix: Don't call RemoveDeadBindings more than once (can kill newly generat...
Ted Kremenek
2008-03-07
Added --trim-path-graph to the driver to trim paths from the ExplodedGraph
Ted Kremenek
2008-03-07
Renamed ValueManager to BasicValueFactory.
Ted Kremenek
2008-03-07
Refined divide-by-zero checking to distinguish between must and may
Ted Kremenek
2008-03-06
fix typos
Gabor Greif
2008-03-06
Added boilerplate to execute the CF reference count checker (which isn't yet ...
Ted Kremenek
2008-03-05
Added "CheckerState" field to ValueState.
Ted Kremenek
2008-03-05
Small bug fix when handling CallExprs that generate sink nodes.
Ted Kremenek
2008-03-05
Fixed bug that could case unwanted bifurcation of states when evaluating calls.
Ted Kremenek
2008-03-05
Fixed a horribly insidious bit-masking bug in the implementation of
Ted Kremenek
2008-03-05
remove the source location arguments to various target query methods.
Chris Lattner
2008-03-05
Reverted patch 47926 for ProgramPoint.h because it is currently buggy. May a...
Ted Kremenek
2008-03-05
Added support for ProgramPoints to represent ExplodedNodes in another
Ted Kremenek
2008-03-05
Plug-in transfer function "EvalCall" now takes as an argument the current
Ted Kremenek
2008-03-05
Cleaned up typedefs involving StateTy so that we always use "StateTy*" instea...
Ted Kremenek
2008-03-04
Make GRStmtNodeBuilder only depend on StateTy, and not the type definition
Ted Kremenek
2008-03-04
Moved implementation of GRExprEngine::Nodify into GRStmtNodeBuilder. This will
Ted Kremenek
2008-03-04
Moved GRExprEngine::NodeSet out of GRExprEngine and made it a standalone clas...
Ted Kremenek
2008-03-04
Fixed another obscure node-caching bug.
Ted Kremenek
2008-03-04
Implemented "print" method for ValueState.
Ted Kremenek
2008-03-04
Fixed insidious state propagation bug that would sometimes cause the state
Ted Kremenek
2008-03-04
Enhanced pretty-printing of undefined-argument errors.
Ted Kremenek
2008-03-03
Fixed subtle caching bug in ExplodedGraph that would cause some nodes to
Ted Kremenek
2008-03-01
newline at end of file, by David Chisnall
Chris Lattner
2008-02-29
Added extra check for calls to functions where we pass undefined values
Ted Kremenek
2008-02-29
Add checks for function calls via a function pointer that is NULL, Undefined,
Ted Kremenek
2008-02-29
"Refinement" of hack to bound loop-traversals: visit any block at a maximum o...
Ted Kremenek
2008-02-28
Added checking for undefined results of '<<' and '>>' (shifting by too many b...
Ted Kremenek
2008-02-28
Merged ValueState and ValueStateImpl into just ValueState, with GRExprEngine:...
Ted Kremenek
2008-02-28
Renamed "Uninitialized" -> "Undefined" in path-sensitive value tracking engine.
Ted Kremenek
2008-02-27
End paths when calling a function marked "noreturn."
Ted Kremenek
2008-02-27
When analyzing a function, eagerly create symbolic values for all
Ted Kremenek
2008-02-27
Header file cleanups: reduce number of includes; move ValueState.h into inclu...
Ted Kremenek
2008-02-26
Fix bug when processing '?' operator: invalidate the old "Uninitialized" valu...
Ted Kremenek
[prev]
[next]