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
/
PathSensitive
Age
Commit message (
Expand
)
Author
2008-10-22
Adjust parameter order to more natural one.
Zhongxing Xu
2008-10-21
Modify Store interface: GetSVal/SetSVal => Retrieve/Bind.
Zhongxing Xu
2008-10-21
Add partial specialization of ImmutableList for GRStatePartialTrait.
Ted Kremenek
2008-10-21
Rename:
Zhongxing Xu
2008-10-21
Add ElementRegion to represent memory chunks for array elements.
Zhongxing Xu
2008-10-21
Change signature for CheckDivideZero.
Ted Kremenek
2008-10-17
Add pretty-printing support for FieldRegions.
Ted Kremenek
2008-10-17
Fixed an elusive caching bug in ExplodedGraph construction when a PostStmtKin...
Ted Kremenek
2008-10-17
- constify some uses of MemRegion* (MemRegion should be immutable).
Ted Kremenek
2008-10-17
This patch did the following renaming. There should be no functional changes.
Zhongxing Xu
2008-10-17
Remove lval::FieldOffset, lval::ArrayOffset. These will be replaced with regi...
Ted Kremenek
2008-10-17
Add transfer function support for ObjCIvarRefExpr.
Ted Kremenek
2008-10-16
This is the first step to build a better evaluation model for GRExprEngine. A
Zhongxing Xu
2008-10-08
This is the first step to implement a field-sensitive store model. Other thin...
Zhongxing Xu
2008-10-07
Migrate MemRegionManager from StateManager to StoreManager.
Zhongxing Xu
2008-10-05
Remove redundant parameter and rename StMgr to StateMgr.
Zhongxing Xu
2008-10-04
This is a big patch, but the functionality change is small and the rest of th...
Ted Kremenek
2008-10-01
Add a QualType to ConjuredSymbol to represent the type and size of the symbol.
Ted Kremenek
2008-09-29
Extend 'IsLValType' to handle BlockPointerTypes.
Ted Kremenek
2008-09-21
Add a bug category for NSError** checks.
Ted Kremenek
2008-09-20
Add "category" to BugTypes, allowing bugs to be grouped.
Ted Kremenek
2008-09-20
Add PostStore, a new ProgramPoint to distinguish between 'stores' and other P...
Ted Kremenek
2008-09-18
Implement second part of PR 2600: NSError** parameter may be null, and should...
Ted Kremenek
2008-09-18
Change implementation of NSError** coding-style check to be invoked at the en...
Ted Kremenek
2008-09-16
ProgramPoint now takes the space of two pointers instead of one. This change was
Ted Kremenek
2008-09-03
Store: (static analyzer)
Ted Kremenek
2008-09-02
Fit the comments into 80 columns.
Zhongxing Xu
2008-08-29
Added LLVM comment header.
Zhongxing Xu
2008-08-29
Migrate the rest symbolic analysis stuff to BasicConstraintManager.
Zhongxing Xu
2008-08-29
Added "getBindings" and "BindingAsString" to GRStateManager and StoreManager.
Ted Kremenek
2008-08-28
Remove BasicStore.h (migrated function prototype for CreateBasicStore() to St...
Ted Kremenek
2008-08-28
Remove Regions.h and Regions.cpp, since we are now using an even more abstrac...
Ted Kremenek
2008-08-28
Make store "Regions" and "Bindings" more abstract instead of concrete variants.
Ted Kremenek
2008-08-28
Fixed analyzer caching bug involving the transfer function for loads.
Ted Kremenek
2008-08-28
Fixed analyzer caching bug in DeclStmt.
Ted Kremenek
2008-08-27
Make the destructor of ConstraintManager virtual.
Ted Kremenek
2008-08-27
Refactor Assume logic into a separate class ConstraintManager.
Zhongxing Xu
2008-08-27
Added "Auditor" interface for auditing the construction of ExplodedGraphs.
Ted Kremenek
2008-08-27
Make implementation of ExplodedNodeImpl::addPredecessor out-of-line.
Ted Kremenek
2008-08-26
Remove default value for 'Pred' argument to GRCoreEngineImpl::GenerateNode().
Ted Kremenek
2008-08-25
Added 'extents' for Regions.
Ted Kremenek
2008-08-23
Simplify interface to Store::AddDecl
Ted Kremenek
2008-08-23
Added Regions.h: Regions define abstract memory locations for the static anal...
Ted Kremenek
2008-08-21
Move the handling of DeclStmt from GRExprEngine to BasicStoreManager.
Zhongxing Xu
2008-08-20
Patch by Zhongxing Xu:
Ted Kremenek
2008-08-19
Move store pretty-printing logic inside of StoreManager (previously in GRState).
Ted Kremenek
2008-08-19
Patch by Zhongxing Xu!
Ted Kremenek
2008-08-17
Migrate the retain/release checker to not manage the RefBindings::Factory object
Ted Kremenek
2008-08-17
Migrate GRState::ConstEqTy (map used from tracking constants for symbols) to ...
Ted Kremenek
2008-08-17
Added GRStateTrait.h, which includes boilerplate code for creating specializa...
Ted Kremenek
[prev]
[next]