summaryrefslogtreecommitdiff
path: root/test/SemaCXX/return-noreturn.cpp
AgeCommit message (Expand)Author
2017-12-21[AST] Incorrectly qualified unscoped enumeration as template actual parameter.Paul Robinson
2014-12-13Pretty print support for template arg enum constantsWill Wilson
2014-10-24Report when a function-try-block does not return a value on all control paths...Aaron Ballman
2014-08-08Fix branch reachabiliy annotation for temp dtor branches.Manuel Klimek
2014-08-07Mark successors as reachable/unreachable instead of changing the CFG.Manuel Klimek
2014-08-07Fix CFG for temporary dtors when the branch taken is known.Manuel Klimek
2014-08-07Model temporary destructors from logical operators with known values.Manuel Klimek
2014-08-07Only have one path in the CFG for ternaries if the condition is known.Manuel Klimek
2014-08-07Re-applying r214962.Manuel Klimek
2014-07-27When looking for temporary dtors while building the CFG, do not walk intoRichard Smith
2014-04-01[analyzer] Fix a CFG printing bug.Jordan Rose
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