summaryrefslogtreecommitdiffstats
path: root/test/Analysis/cfg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-1/+1
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-1/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+1
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-1/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* Make output of -ast-print a valid C++ code.Serge Pavlov2016-11-101-1/+1
* [c++1z] Include "noexcept" in builtin function types where appropriate. FixesRichard Smith2016-10-181-1/+1
* PR22924, PR22845, some of CWG1464: When checking the initializer for an arrayRichard Smith2016-10-051-2/+2
* 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