index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Analysis
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
Fixed 80 col. violations.
Ted Kremenek
2008-03-15
Disable creation of "ContentsOf" symbols. It was fundamentally broken on many
Ted Kremenek
2008-03-15
Added initialization to ErrorDiag to silence gcc's warning of the variable
Ted Kremenek
2008-03-15
Handle StmtExprs whose last contained statement is not an expression.
Ted Kremenek
2008-03-15
Compute alignment in bytes, not bits.
Ted Kremenek
2008-03-15
Implement transfer function logic for alignof operator (types).
Ted Kremenek
2008-03-15
Added transfer function support in GRExprEngine for __extension__.
Ted Kremenek
2008-03-14
"panic" has 5 letters, not 4. Bug pointed out by Nuno Lopes!
Ted Kremenek
2008-03-14
Hack to hardwire in some panic functions that are not marked noreturn.
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
Added generation of symbolic values for the return values of functions that have
Ted Kremenek
2008-03-12
In GRSimpleVals, added the generation of symbolic values for the return values
Ted Kremenek
2008-03-12
Improved ExplodedGraph::Trim to only show nodes reachable from a reverse BFS
Ted Kremenek
2008-03-12
Prototype (pre-alpha) implementation of CFRef checker.
Ted Kremenek
2008-03-11
Added pretty-printing support for checker-specific state for the CFRefCount c...
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 bookkeeping of error nodes.
Ted Kremenek
2008-03-11
Added main logic for typestate tracking for the CFRetain checker.
Ted Kremenek
2008-03-11
Added main skeleton for CFRetain transfer function logic.
Ted Kremenek
2008-03-10
Fix "error: explicit template specialization cannot have a storage class"
Chris Lattner
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 in the transfer function for compound assignments: if the value
Ted Kremenek
2008-03-09
Fixed crash where SetBlkExpr would attempt to query the liveness data when
Ted Kremenek
2008-03-09
Bug fix: Don't call RemoveDeadBindings more than once (can kill newly generat...
Ted Kremenek
2008-03-07
Increased worklist limit for GRSimpleVals.
Ted Kremenek
2008-03-07
Added --trim-path-graph to the driver to trim paths from the ExplodedGraph
Ted Kremenek
2008-03-07
Improved graph visualization of ExplodedGraphs to include source line and column
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
Fixed mismatched deallocation in GRBlockCounter::Factory::~Factory.
Ted Kremenek
2008-03-06
Added boilerplate to execute the CF reference count checker (which isn't yet ...
Ted Kremenek
2008-03-05
Added transfer function support for __builtin_expect.
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 bogus assumption mistakenly introduced in r47955.
Ted Kremenek
2008-03-05
Fixed a horribly insidious bit-masking bug in the implementation of
Ted Kremenek
2008-03-05
Minor cleanups (mainly indentation).
Ted Kremenek
2008-03-05
remove the source location arguments to various target query methods.
Chris Lattner
2008-03-05
Plug-in transfer function "EvalCall" now takes as an argument the current
Ted Kremenek
2008-03-04
Moved implementation of GRExprEngine::Nodify into GRStmtNodeBuilder. This will
Ted Kremenek
[next]