summaryrefslogtreecommitdiff
path: root/test/Analysis/cfg.cpp
AgeCommit message (Expand)Author
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen
2016-11-10Make output of -ast-print a valid C++ code.Serge Pavlov
2016-10-18[c++1z] Include "noexcept" in builtin function types where appropriate. FixesRichard Smith
2016-10-05PR22924, PR22845, some of CWG1464: When checking the initializer for an arrayRichard Smith
2014-07-30Fix some cases of incorrect handling of lifetime extended temporaries.Manuel Klimek
2014-04-02Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie
2014-02-27[CFG] record the original (now unreachable) block of 'case:' and 'default:' c...Ted Kremenek
2014-01-15[analyzer] Print function name when dumping its CFG.Jordan Rose
2014-01-14CFG: use Visit instead of VisitStmt to look through parens.Jordan Rose
2014-01-13[analyzer] Add a CFG node for the allocator call in a C++ 'new' expression.Jordan Rose
2013-12-11Add CFG tests for switch's involving "extended" enum.Ted Kremenek
2013-09-06Avoid double edges when constructing CFGsPavel Labath
2013-09-03Add an implicit dtor CFG node just before C++ 'delete' expressions.Jordan Rose
2013-08-19[analyzer] Add a triple to test/Analysis/cfg.cppJordan Rose
2013-08-19Omit arguments of __builtin_object_size from the CFG.Jordan Rose
2013-06-04Analysis: Add a CFG successor to a SwitchStmt if it is both empty and fully c...David Majnemer
2013-06-03CFG: In a DeclStmt, skip anything that's not a VarDecl.Jordan Rose
2013-01-07CFG.cpp: Fix wrapping logic when printing block preds/succs.Will Dietz