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