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-04-22
Add VisitArraySubscriptExpr.
Ted Kremenek
2008-04-21
Added support for detected bad dereferences involving MemberExprs, e.g. x->f ...
Ted Kremenek
2008-04-18
Generalize caching mechanism for bugs reports. Now individual BugTypes
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-18
BugReport::VisitNode now takes BugReporter& instead of ASTContext&.
Ted Kremenek
2008-04-18
Simplified internal logic of BugReporter, consolidating EmitWarning and
Ted Kremenek
2008-04-17
Modified BugReport::getEndPath() to handle the case where end path is at
Ted Kremenek
2008-04-16
Handle ReturnStmts by dispatching to "EvalReturn" in the transfer function ob...
Ted Kremenek
2008-04-16
Added CFGBlock::getTerminatorCondition() to get the Expr* of the condition a ...
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
Revert my previous patch.
Ted Kremenek
2008-04-15
Remove dispatch to "VisitParmVarDecl".
Ted Kremenek
2008-04-15
Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...
Steve Naroff
2008-04-15
Fix bug in terminator processing for uninitialized-values: simply ignore the ...
Ted Kremenek
2008-04-15
Bug fix in VisitChildren: Only visit the last statement in a StmtExpr and the...
Ted Kremenek
2008-04-15
Added initial support into the flow-sensitive dataflow solver to visit the Bl...
Ted Kremenek
2008-04-14
Hooked up the dead-store checker to the BugReporter interface. Now dead-store
Ted Kremenek
2008-04-11
Added "EvalEndPath" to GRTransferFuncs: the default implementation does not
Ted Kremenek
2008-04-11
Added "GREndPathNodeBuilder", a new node builder that will be used for
Ted Kremenek
2008-04-11
Added "RangedBugReport".
Ted Kremenek
2008-04-10
Fix some bonehead bugs in summary generation in CFRefCount.
Ted Kremenek
2008-04-10
Refactored all logic to run the GRSimpleVals and CFRef checker into a common
Ted Kremenek
2008-04-10
Fixed regressions in error reporting due to copy-paste errors (using the "begin"
Ted Kremenek
2008-04-09
Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter.
Ted Kremenek
2008-04-09
Added new "BugReporterHelper" class which is used by BugReporter to emit
Ted Kremenek
2008-04-06
fix a number of const qualification bugs.
Chris Lattner
2008-04-03
Make typedefs public.
Ted Kremenek
2008-04-03
Hooked up GRSimpleAPICheck and the simple Objective-C Foundation checks to use
Ted Kremenek
2008-04-03
Mark nodes as sinks that GRAuditor says should be marked as sinks.
Ted Kremenek
2008-04-03
Added node_iterator to ExplodedGraph to allow iteration over all nodes in
Ted Kremenek
2008-04-03
Created new path-sensitive bug-reporting scheme based on the classes
Ted Kremenek
2008-04-03
Added missing #ifndef...#define...#endif directives to protect against
Ted Kremenek
2008-04-02
Fix initialization bug.
Ted Kremenek
2008-04-02
Added "back()" method to PathDiagnostic to access the last piece in a path.
Ted Kremenek
2008-04-02
Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjC...
Steve Naroff
2008-04-02
Added "description" field to PathDiagnostic.
Ted Kremenek
2008-04-02
Fix copy-paste error.
Ted Kremenek
2008-03-31
Inlined clang/Analysis/Analyses/GRSimpleVals.h into LocalCheckers.h and removed
Ted Kremenek
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
ProgramPoint is just a smart pointer; no reason to return a constant reference.
Ted Kremenek
2008-03-27
Add default ctor implementation.
Ted Kremenek
2008-03-27
Added "GRAuditor" and "GRSimpleAPICheck" interface to allow simple stateless ...
Ted Kremenek
2008-03-27
PathDiagnosticPiece no longer contains a vector of strings; just one string.
Ted Kremenek
[prev]
[next]