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-11-16
Enhances SCA to process untyped region to typed region conversion.
Zhongxing Xu
2008-11-15
Add isUnsigned option.
Zhongxing Xu
2008-11-15
Implement FIXME in GRExprEngine::VisitUnaryOperator() to handle implicit conv...
Ted Kremenek
2008-11-14
Add handy method.
Zhongxing Xu
2008-11-14
Second attempt at implementation transfer function support for ObjCForCollect...
Ted Kremenek
2008-11-13
- Revert r59229 and r59232: AllocRegion should be immutable.
Ted Kremenek
2008-11-13
Change AllocaRegion to subclass TypedRegion. We need to know ElementRegion's
Zhongxing Xu
2008-11-12
Add (preliminary) transfer function support for ObjCForCollectionStmt. Still...
Ted Kremenek
2008-11-12
Conjured symbols now bind to Stmt* instead of Expr*.
Ted Kremenek
2008-11-12
GRStateRef:
Ted Kremenek
2008-11-12
StoreManager::BindDecl now takes an SVal* for the initialization value instea...
Ted Kremenek
2008-11-11
Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...
Sebastian Redl
2008-11-10
Add pretty printing to StringRegion.
Zhongxing Xu
2008-11-08
Add a boilerplate for out-of-bound array checking. This has no real function ...
Zhongxing Xu
2008-11-07
Add simple get method.
Zhongxing Xu
2008-11-07
Join two lines.
Zhongxing Xu
2008-11-07
Finish the implementation of VisitCompoundLiteralExpr. As VisitInitListExpr is
Zhongxing Xu
2008-11-06
Bring back RegionExtent classes.
Zhongxing Xu
2008-11-03
- Remove AnonTypedRegion, which is not to be used.
Zhongxing Xu
2008-11-02
Added AllocaRegion, which represents regions created by calls to alloca().
Ted Kremenek
2008-10-31
Make CompoundLiteralRegion a subclass of TypedRegiion.
Zhongxing Xu
2008-10-31
Add accessor method to CompoundLiteralRegion to retrieve the CompoundLiteralE...
Ted Kremenek
2008-10-30
Pretty-printing for SVals now mainly uses llvm::raw_ostream. We have an adap...
Ted Kremenek
2008-10-30
Added iterators to nonloc::CompoundSVal.
Ted Kremenek
2008-10-30
Update #includes since SVals.h no longer includes BasicValueFactory.h.
Ted Kremenek
2008-10-30
CompoundVal now uses an ImmutableList<SVal> to store its set of SVals. This ...
Ted Kremenek
2008-10-30
Rename:
Zhongxing Xu
2008-10-30
Implement VisitInitListExpr(). InitListExpr will have a nonloc::CompoundVal v...
Zhongxing Xu
2008-10-30
Add CompoundVal and CompoundValData for representing the value of InitListExpr.
Zhongxing Xu
2008-10-29
Rename: AddDecl => BindDecl
Zhongxing Xu
2008-10-29
MemSpaceRegions could be uninitialized. We only require R is a real region.
Zhongxing Xu
2008-10-28
Add isGlobalsRegion() predicate to MemRegionManager.
Zhongxing Xu
2008-10-28
Improve our handling of (C++) references within Clang. Specifically:
Douglas Gregor
2008-10-27
- Fix type-punning warning in SVals.cpp by using a real iterator class for sy...
Ted Kremenek
2008-10-27
Added preliminary support for CompoundLiterals in the static analyzer:
Ted Kremenek
2008-10-27
Pull determination of the super region for a VarRegion into a single getVarRe...
Ted Kremenek
2008-10-27
Added CompoundLiteralRegion to represent the (temporary) memory allocated for...
Ted Kremenek
2008-10-27
Use ASTContext::getCanonicalType() to get TypedRegion's type.
Zhongxing Xu
2008-10-27
An ElementRegion is really a typed region. Its super region's type has to be ...
Zhongxing Xu
2008-10-26
Remove loc::StringLiteralVal. Now we allocate regions for string literals in ...
Zhongxing Xu
2008-10-25
Add code for get the lvalue for string literals. Now we return a StringRegion
Zhongxing Xu
2008-10-25
Add StringRegion to MemRegions.
Zhongxing Xu
2008-10-24
Added method "getSelfRegion" to Store. This method returns the region associ...
Ted Kremenek
2008-10-24
Added region ObjCObjectRegion that represents an instance of an Objective-C o...
Ted Kremenek
2008-10-24
The Decl of an array region can be VarDecl or FieldDecl. Handle this in Regio...
Zhongxing Xu
2008-10-24
Add printing method to ElementRegion.
Zhongxing Xu
2008-10-24
Add printing with llvm::raw_ostream methods to SVals.
Zhongxing Xu
2008-10-24
Make the analyzer store (memory model) a command line option.
Ted Kremenek
2008-10-23
Let StoreManager do different cast on arrays. BasicStore will just keep it in...
Zhongxing Xu
2008-10-23
Added a method to ElementRegion.
Zhongxing Xu
[prev]
[next]