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-11-16
Enhance modularization: return a <state,loc> pair to let GRExprEngine modify the
Zhongxing Xu
2008-11-16
Enhances SCA to process untyped region to typed region conversion.
Zhongxing Xu
2008-11-15
Reduce permissiveness of assertion.
Ted Kremenek
2008-11-15
Reverted part of r59335: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-...
Ted Kremenek
2008-11-15
Re-enable an assertion that I mistakenly removed.
Ted Kremenek
2008-11-15
Use the correct QualType when creating the '0' constant.
Ted Kremenek
2008-11-15
Implement FIXME in GRExprEngine::VisitUnaryOperator() to handle implicit conv...
Ted Kremenek
2008-11-14
Second attempt at implementation transfer function support for ObjCForCollect...
Ted Kremenek
2008-11-14
Add a new expression node, CXXOperatorCallExpr, which expresses a
Douglas Gregor
2008-11-14
Improve comments.
Zhongxing Xu
2008-11-13
- Revert r59229 and r59232: AllocRegion should be immutable.
Ted Kremenek
2008-11-13
Lift the pointer to alloca'ed region to the pointer to its first element.
Zhongxing Xu
2008-11-13
GRExprEngine/CFRefCount/GRSimpleVals: We don't do any special handling (yet) ...
Ted Kremenek
2008-11-13
GRExprEngine::VisitInitListExpr:
Ted Kremenek
2008-11-12
Shore up transfer function for ObjCForCollectionStmt.
Ted Kremenek
2008-11-12
Add (preliminary) transfer function support for ObjCForCollectionStmt. Still...
Ted Kremenek
2008-11-11
Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...
Sebastian Redl
2008-11-10
silence a warning from gcc.
Chris Lattner
2008-11-08
Add a boilerplate for out-of-bound array checking. This has no real function ...
Zhongxing Xu
2008-11-07
Finish the implementation of VisitCompoundLiteralExpr. As VisitInitListExpr is
Zhongxing Xu
2008-11-02
Add transfer function logic for alloca().
Ted Kremenek
2008-10-31
Comment out invalid assertion. I'm leaving it in the code for now as a remin...
Ted Kremenek
2008-10-31
Fix 80-col violations.
Zhongxing Xu
2008-10-31
Add a tentative assertion.
Zhongxing Xu
2008-10-31
Fix a comment.
Zhongxing Xu
2008-10-30
Handle the case in VisitInitListExprs where there are no initializers in the ...
Ted Kremenek
2008-10-30
Use the correct predecessor node.
Ted Kremenek
2008-10-30
Add missing return statement.
Ted Kremenek
2008-10-30
Use a worklist in GRExprEngine::VisitInitListExpr to process subexpressions.
Ted Kremenek
2008-10-30
Merge the array and struct case. They are essentially the same.
Zhongxing Xu
2008-10-30
Rename:
Zhongxing Xu
2008-10-30
Implement VisitInitListExpr(). InitListExpr will have a nonloc::CompoundVal v...
Zhongxing Xu
2008-10-30
Mark yy_fatal_error as a panic function.
Ted Kremenek
2008-10-29
Rename: AddDecl => BindDecl
Zhongxing Xu
2008-10-28
Rename ExplicitCCastExpr to CStyleCastExpr
Douglas Gregor
2008-10-28
Improve our handling of (C++) references within Clang. Specifically:
Douglas Gregor
2008-10-27
Remove type-punning warning in GRExprEngine. No functionality change.
Ted Kremenek
2008-10-27
Added preliminary support for CompoundLiterals in the static analyzer:
Ted Kremenek
2008-10-27
Refactor the expression class hierarchy for casts. Most importantly:
Douglas Gregor
2008-10-25
Do not crash when performing VisitLValue on union types.
Ted Kremenek
2008-10-25
Add code for get the lvalue for string literals. Now we return a StringRegion
Zhongxing Xu
2008-10-25
Now we can handle arrays.
Zhongxing Xu
2008-10-24
Implicit conversions from arrays can also be conversions to references (will ...
Ted Kremenek
2008-10-24
Added method "getSelfRegion" to Store. This method returns the region associ...
Ted Kremenek
2008-10-24
Fix 80-col violation.
Zhongxing Xu
2008-10-24
Make the analyzer store (memory model) a command line option.
Ted Kremenek
2008-10-23
Add an assertion to make our intention more clear.
Zhongxing Xu
2008-10-23
Let StoreManager do different cast on arrays. BasicStore will just keep it in...
Zhongxing Xu
2008-10-22
Adjust parameter order to more natural one.
Zhongxing Xu
2008-10-22
Exprs of function type is another special case for ImplicitCast.
Zhongxing Xu
[next]