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
/
CFG.cpp
Age
Commit message (
Expand
)
Author
2010-10-01
The return value is never used.
Zhongxing Xu
2010-10-01
Use default augument.
Zhongxing Xu
2010-10-01
Simplify interface for addLocalScopeForStmt().
Zhongxing Xu
2010-10-01
The old logic would add non-struct and non C++ struct variables to the local
Zhongxing Xu
2010-10-01
Added generating CFGAutomaticObjDtors for exception variable in catch statement.
Marcin Swiderski
2010-10-01
Added generating CFGAutomaticObjDtors for init statement, condition variable ...
Marcin Swiderski
2010-10-01
dded generating CFGAutomaticObjDtors for condition variable and implicit scop...
Marcin Swiderski
2010-10-01
Added generating CFGAutomaticObjDtors for condition variable and implicit sco...
Marcin Swiderski
2010-10-01
Added generating CFGAutomaticObjDtors for condition variable and implicit sco...
Marcin Swiderski
2010-10-01
Fixed checking for trivial destructor in CFGBuilder::addLocalScopeForVarDecl....
Marcin Swiderski
2010-10-01
Added:
Marcin Swiderski
2010-09-30
Added methods for adding LocalScopes and CFGAutomaticObjDtors.
Marcin Swiderski
2010-09-30
Added methods for inserting CFGAutomaticObjDtors to CFGBlocks,
Marcin Swiderski
2010-09-30
Added:
Marcin Swiderski
2010-09-25
In preparation for adding generation of destructors for objects with automati...
Marcin Swiderski
2010-09-21
Added:
Marcin Swiderski
2010-09-16
Tidy up.
Zhongxing Xu
2010-09-16
Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch
Zhongxing Xu
2010-09-15
Relax assertion in CFG builder when processing ForStmts. This fixes an asser...
Ted Kremenek
2010-09-14
Add CFG::BuildOptions class to pass in CFG builder options under on parameter...
Ted Kremenek
2010-09-14
Fix CFGBuilder crash reported in PR 8141.
Ted Kremenek
2010-09-13
Remove from the CFG the half-implemented support for scoping information. We...
Ted Kremenek
2010-09-10
Add ObjCAtSynchronizedStmt to the CFG and add GRExprEngine support (PreVisit ...
Ted Kremenek
2010-09-09
Remove stray ';' and convert tabs to spaces.
Ted Kremenek
2010-09-09
Add 'filtered_pred_iterator' and 'filtered_succ_iterator' to CFGBlock. This ...
Ted Kremenek
2010-09-06
FinishBlock() is essentially doing nothing except returning '!badCFG'.
Zhongxing Xu
2010-09-06
Simplify CFG construction: bail out early when we have a bad CFG.
Zhongxing Xu
2010-08-31
Improve CFG printing support for CXXOperatorCallExpr and CXXBindTemporaryExpr.
Ted Kremenek
2010-08-31
Explicitly handle CXXOperatorCallExpr when building CFGs. We should treat it...
Ted Kremenek
2010-08-31
Revert my lame attempt at appeasing the CFGBuilder
Douglas Gregor
2010-08-31
Teach the CFGBuilder not do die on CXXBindTemporaryExpr, CXXOperatorCallExpr....
Douglas Gregor
2010-08-28
Explicitly handle CXXExprWithTemporaries during CFG construction by just visi...
Ted Kremenek
2010-08-25
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-17
Fix horrible CFG bug caused by a series of NullStmts appearing at the beginni...
Ted Kremenek
2010-08-17
CFGBuilder: don't create the empty "loop back" block for DoStmts if the loop ...
Ted Kremenek
2010-08-04
Fix CFGBuilder to not blow out the stack when processing deeply nested CaseSt...
Ted Kremenek
2010-08-02
Add 'AnalysisContext::getUnoptimizedCFG()' to allow clients to get access to ...
Ted Kremenek
2010-06-03
Make addStmt always add stmt. Delegate other cases to Visit() directly.
Zhongxing Xu
2010-06-03
CFG: add all LHS of assingments as lvalue. This improves support for C++ refe...
Zhongxing Xu
2010-05-21
Fix crash in CFG construction for 'break' statements appearing in statement e...
Ted Kremenek
2010-05-13
Don't add a null successor to a CFGBlock when the contents of an @synchronize...
Ted Kremenek
2010-04-30
Add null check in CFGBuilder::VisitStmt() to make CFG construction
Ted Kremenek
2010-04-29
Fix CFG crasher involving statement expressions reported in PR 6938.
Ted Kremenek
2010-04-14
Use direct assignment instead of user defined conversion.
Zhongxing Xu
2010-04-13
CFGBuilder: always add C++ member call expr as block-level expr.
Zhongxing Xu
2010-04-11
Fix CFG bug where bases of member expressions were not always evaluated in a ...
Ted Kremenek
2010-04-11
Fix bug in AddStmtChoice:asLValue() where 'AsLValueNotAlwaysAdd' would not be...
Ted Kremenek
2010-04-11
Sort visitor methods. No functionality change.
Ted Kremenek
2010-03-30
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-29
Be a bit more consistent in using operator->
Rafael Espindola
[prev]
[next]