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-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
2008-10-21
When conjuring symbols for compound assignments, use the promoted type to det...
Ted Kremenek
2008-10-21
Preliminary support for function overloading
Douglas Gregor
2008-10-21
Localize the special processing of array variable inside
Zhongxing Xu
2008-10-20
Further improve path-sensitivity with divide-by-zero checking by assuming tha...
Ted Kremenek
2008-10-20
Used conjured symbols to recover path-sensitivity when the result of a compou...
Ted Kremenek
2008-10-18
Add support in GRExprEngine for UnaryOperator::AlignOf. This fixes one crash...
Ted Kremenek
2008-10-18
Generalize VisitLValue: not only can CallExprs and ObjCMessageExprs return ag...
Ted Kremenek
2008-10-18
Function calls and ObjC message expressions can be used in a lvalue context i...
Ted Kremenek
2008-10-18
Use "VisitLValue" when processing the base for "x.f" field accesses, and "Vis...
Ted Kremenek
2008-10-17
When conjuring symbols to recover path-sensitivity, don't conjure symbols tha...
Ted Kremenek
2008-10-17
"Implement" GRExprEngine::VisitLValue for ObjCPropertyRefExpr. This is only ...
Ted Kremenek
2008-10-17
This patch did the following renaming. There should be no functional changes.
Zhongxing Xu
2008-10-17
Get array's lvalue through standard interface.
Zhongxing Xu
2008-10-17
Return the corresponding MemRegionVal for both rvalue and lvalue of array of
Zhongxing Xu
2008-10-17
Remove an untrue assertion: lval::FuncVals can be returned in both rvalue and...
Ted Kremenek
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-09
Check some cases for previous patch. Make the code more robust.
Zhongxing Xu
2008-10-07
Added a function call case that generates sink nodes.
Zhongxing Xu
2008-10-06
Don't use DeclStmt::getDecl(); this will eventually disappear. Just fetch th...
Ted Kremenek
[prev]
[next]