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
/
GRExprEngine.cpp
Age
Commit message (
Expand
)
Author
2008-05-09
Rename IsPointerType to LVal::IsLValType, and update CFRefCount::EvalSummary ...
Ted Kremenek
2008-05-02
Really noreturn on exceptions.
Ted Kremenek
2008-05-01
Added temporary fix for Obj-C exception handling in the static analyzer: trea...
Ted Kremenek
2008-05-01
Added __assert_rtn to list of panic functions.
Ted Kremenek
2008-05-01
Added ziperr as a panic function. Eventually inter-procedural analysis
Ted Kremenek
2008-04-30
Add placeholder code in the static analyzer for MemberExprs involving struct ...
Ted Kremenek
2008-04-30
Add workaround for __builtin_offsetof in the static analyzer.
Ted Kremenek
2008-04-30
Provide SizeOfAlignTypeExpr workaround in the static analyzer for taking the ...
Ted Kremenek
2008-04-30
When creating LVals for array entries, canonicalize entries with a 0 index.
Ted Kremenek
2008-04-30
Teach more of the static analyzer about ObjCQualifiedIdType.
Ted Kremenek
2008-04-30
Teach the static analysis engine about ObjCQualifiedIdType.
Ted Kremenek
2008-04-30
Add conjured symbols for decl initializations.
Ted Kremenek
2008-04-30
Invalidate old subexpression bindings when binding UnknownVal.
Ted Kremenek
2008-04-29
Add lval::ArrayOffset, which represent the locations of entries in an array.
Ted Kremenek
2008-04-29
Added lval::FieldOffset, which represents symbolic lvalues for field offsets ...
Ted Kremenek
2008-04-29
Major rewrite/refactoring of static analysis engine. We now use
Ted Kremenek
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-24
Added initial boilerplate in GRExprEngine to allow checker-specific transfer
Ted Kremenek
2008-04-23
Fixed: <rdar://problem/5881148>
Ted Kremenek
2008-04-23
Remove false path where the default branch in a switch statement would
Ted Kremenek
2008-04-23
Added panic function "assfail".
Ted Kremenek
2008-04-22
Rewrote VisitDeclStmt to properly handle initializers that can do anything.
Ted Kremenek
2008-04-22
Added lval type (and tracking) for StringLiterals.
Ted Kremenek
2008-04-22
Added "nonlval::LValAsInteger" to represent abstract LVals casted to integers...
Ted Kremenek
2008-04-22
Added panic function "dtrace_assfail".
Ted Kremenek
2008-04-22
Hardcode "Assert" as a no-return function (panic).
Ted Kremenek
2008-04-22
Added null-dereference check for ArraySubscriptExpr.
Ted Kremenek
2008-04-21
Added support for detected bad dereferences involving MemberExprs, e.g. x->f ...
Ted Kremenek
2008-04-18
Fixed more caching bugs related to the one fixed in r49914. Silence
Ted Kremenek
2008-04-18
Fixed elusive caching bug that led to false positives.
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-16
Take first step to migrating handling of "stores" to values from GRExprEngine
Ted Kremenek
2008-04-15
Added some comments to GRExprEngine. Reorder some of the method definitions
Ted Kremenek
2008-04-15
Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...
Steve Naroff
2008-04-10
Fixed some logic errors in the CF ref count checker; we now can detect simple
Ted Kremenek
2008-04-09
Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter.
Ted Kremenek
2008-04-02
simplify some code by using PointerLikeType.
Chris Lattner
2008-03-31
Added path-sensitive check for return statements that return the address
Ted Kremenek
2008-03-27
Hooked up initial NSString interface checking to GRSimpleVals.
Ted Kremenek
2008-03-27
Added "GRAuditor" and "GRSimpleAPICheck" interface to allow simple stateless ...
Ted Kremenek
2008-03-26
Bug fix: use GetRVal instead of GetLVal (were getting the value of a DeclRefE...
Ted Kremenek
2008-03-26
Bug fix in transfer function for ObjCMessageExpr: Visit the receiver expressi...
Ted Kremenek
2008-03-25
Tweak to transfer function for ObjCMessageExpr: handle both instance methods
Ted Kremenek
2008-03-25
Added logic to check for uninitialized values as the receivers for message ex...
Ted Kremenek
2008-03-25
Added initial transfer function support for ObjCMessageExpr.
Ted Kremenek
[next]