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
2007-10-02
ObjcCategoryDecl Does not subclass from ScopedDecl any more.
Fariborz Jahanian
2007-10-02
Moved ProgramEdge out out include/.../Analysis/PathSensitive to include/.../A...
Ted Kremenek
2007-10-02
Added DenseMapInfo traits for ProgramEdges
Ted Kremenek
2007-10-01
Migrated LiveVariables and UninitializedVariables to now use the
Ted Kremenek
2007-10-01
Move ObjC decls to DeclObjC.h, a new AST header.
Steve Naroff
2007-09-28
Added ProgramEdge.h, which defines ProgramEdge (and subclasses) that
Ted Kremenek
2007-09-28
Significant cleanups and bug-fixes to LiveVariables. Uses new refactored
Ted Kremenek
2007-09-28
Refactored ExprDeclBitVector into two classes:
Ted Kremenek
2007-09-28
Fixed bug where declaration initializer expressions were not
Ted Kremenek
2007-09-28
Added iterator mechanism to iterator over the decls and expressions
Ted Kremenek
2007-09-28
Fixed several bugs in the propagation of "uninitialized value"
Ted Kremenek
2007-09-27
Created new "ExprDeclBitVector" type bundle for dataflow analyses that need b...
Ted Kremenek
2007-09-26
Added extra guard for null Stmt* when traversing the AST using VisitChildren.
Ted Kremenek
2007-09-25
Moved "DataflowSolver.h" to the "include/" subtree. Adjusted client
Ted Kremenek
2007-09-25
Further refactored DataflowSolver. Now most code for the solver is shared
Ted Kremenek
2007-09-25
Added extra "constness" to parameter.
Ted Kremenek
2007-09-25
Added PersistentMap, an ADT that implements a map data structure that
Ted Kremenek
2007-09-24
Added smart pointer class "IntrusiveSPtr" that handles reference
Ted Kremenek
2007-09-23
Fix for 64-bit systems.
Chris Lattner
2007-09-20
Renamed "include/clang/Analysis/CFGVisitors" "<snip>/Analysis/Visitors".
Ted Kremenek
2007-09-20
Moved include/clang/Analysis/*Visitor.h to include/clang/Analysis/CFGVisitors.
Ted Kremenek
2007-09-19
More refactoring: decl and expr regisitration now uses CFGRecStmtDeclVisitor.
Ted Kremenek
2007-09-19
Added two new visitors that extend CFGStmtVisitor: CFGRecStmtVisitor and CFGR...
Ted Kremenek
2007-09-18
DataflowSolver now acccepts an "_Equal" template parameter that allows the user
Ted Kremenek
2007-09-18
Fixed bug where getBitRef would incorrectly grab the bit from the
Ted Kremenek
2007-09-18
More refactoring and code reduction.
Ted Kremenek
2007-09-18
Modified DataFlowValues and DataflowSolver to associate dataflow value
Ted Kremenek
2007-09-17
UninitialuzedValues now only tracks BlockVarDecls; obviating false positives ...
Ted Kremenek
2007-09-17
More progress on UnitializedValues checker. We now have preliminary support
Ted Kremenek
2007-09-17
Split tracking of unitialized values for Decls and CFGBlock-level expressions.
Ted Kremenek
2007-09-17
Removed "ObserverTy" from core DataflowValues types. The observer
Ted Kremenek
2007-09-15
switch the various CFG-based stuff over to using ASTConsumer interface,
Chris Lattner
2007-09-14
Prototype implementation of new template-based dataflow solver.
Ted Kremenek
2007-09-12
Fixed logic bug in recursion to visiting child statements.
Ted Kremenek
2007-09-12
Added extensions (subclasses) to the StmtVisitor class that
Ted Kremenek
2007-09-10
Fixed LiveVariables to no longer track the liveness of function pointers
Ted Kremenek
2007-09-10
Renaming of the LiveVariablesAuditor interface. Changed "Auditor" and
Ted Kremenek
2007-09-06
Forgot to check in the actual "dead stores" checker in the last commit!
Ted Kremenek
2007-09-06
Added "Dead Stores", a flow-sensitive checker that checks for stores
Ted Kremenek
2007-09-06
LiveVariables:
Ted Kremenek
2007-09-06
Added an early implementation of Live-Variables analysis built on
Ted Kremenek
[prev]