summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/cfg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some cases of incorrect handling of lifetime extended temporaries.Manuel Klimek2014-07-301-1/+56
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-021-1/+1
* [CFG] record the original (now unreachable) block of 'case:' and 'default:' c...Ted Kremenek2014-02-271-3/+4
* [analyzer] Print function name when dumping its CFG.Jordan Rose2014-01-151-14/+13
* CFG: use Visit instead of VisitStmt to look through parens.Jordan Rose2014-01-141-0/+29
* [analyzer] Add a CFG node for the allocator call in a C++ 'new' expression.Jordan Rose2014-01-131-15/+78
* Add CFG tests for switch's involving "extended" enum.Ted Kremenek2013-12-111-1/+129
* Avoid double edges when constructing CFGsPavel Labath2013-09-061-0/+37
* Add an implicit dtor CFG node just before C++ 'delete' expressions.Jordan Rose2013-09-031-0/+46
* [analyzer] Add a triple to test/Analysis/cfg.cppJordan Rose2013-08-191-1/+1
* Omit arguments of __builtin_object_size from the CFG.Jordan Rose2013-08-191-0/+16
* Analysis: Add a CFG successor to a SwitchStmt if it is both empty and fully c...David Majnemer2013-06-041-0/+16
* CFG: In a DeclStmt, skip anything that's not a VarDecl.Jordan Rose2013-06-031-3/+34
* CFG.cpp: Fix wrapping logic when printing block preds/succs.Will Dietz2013-01-071-0/+37
OpenPOWER on IntegriCloud