aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/return-noreturn.cpp
AgeCommit message (Expand)Author
2012-01-24Reword/rename -Wswitch-unreachable-default.David Blaikie
2012-01-23Rename -Wswitch-enum-redundant-default to -Wswitch-redundant-default.David Blaikie
2012-01-21Add -Wswitch-enum-redundant-default.David Blaikie
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-09-20Fix a pretty nasty bug in noreturn destructors that cascaded into lotsChandler Carruth
2011-09-13Enhance the CFG construction to detect no-return destructors forChandler Carruth
2011-09-10Extend the Stmt AST to make it easier to look through label, default,Chandler Carruth
2011-03-07Fix null dereference in CFGBlock::FilterEdge that was reported in PR 9412.Ted Kremenek
2011-03-03Add coverage test for CFGImplicitDtor::getDestructorDecl() when handling type...Ted Kremenek
2011-03-03Teach CFGImplicitDtor::getDestructorDecl() about arrays of objects with destr...Ted Kremenek
2011-03-03Teach CFGImplicitDtor::getDestructorDecl() about reference types.Ted Kremenek
2011-03-02Introduce CFGImplicitDtor::isNoReturn() to query whether a destructor actuall...Ted Kremenek
2011-01-25Tweak return-noreturn.cpp test to have its originalTed Kremenek
2011-01-25Fix regression in -Wreturn-type caused by notTed Kremenek
2011-01-08Remove a kludge from analysis based warnings that used to detectChandler Carruth
2010-08-28Update test case, with comment to later investigate the correct behavior. No...Ted Kremenek
2010-05-17Add a hack to silence warnings about failing to return from functions afterChandler Carruth