summaryrefslogtreecommitdiff
path: root/test/SemaCXX/return-noreturn.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AST] Incorrectly qualified unscoped enumeration as template actual parameter.Paul Robinson2017-12-211-1/+1
* Pretty print support for template arg enum constantsWill Wilson2014-12-131-1/+1
* Report when a function-try-block does not return a value on all control paths...Aaron Ballman2014-10-241-2/+19
* Fix branch reachabiliy annotation for temp dtor branches.Manuel Klimek2014-08-081-2/+14
* Mark successors as reachable/unreachable instead of changing the CFG.Manuel Klimek2014-08-071-3/+3
* Fix CFG for temporary dtors when the branch taken is known.Manuel Klimek2014-08-071-0/+11
* Model temporary destructors from logical operators with known values.Manuel Klimek2014-08-071-0/+16
* Only have one path in the CFG for ternaries if the condition is known.Manuel Klimek2014-08-071-0/+16
* Re-applying r214962.Manuel Klimek2014-08-071-0/+22
* When looking for temporary dtors while building the CFG, do not walk intoRichard Smith2014-07-271-0/+22
* [analyzer] Fix a CFG printing bug.Jordan Rose2014-04-011-0/+8
* Reword/rename -Wswitch-unreachable-default.David Blaikie2012-01-241-2/+2
* Rename -Wswitch-enum-redundant-default to -Wswitch-redundant-default.David Blaikie2012-01-231-2/+2
* Add -Wswitch-enum-redundant-default.David Blaikie2012-01-211-2/+2
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Fix a pretty nasty bug in noreturn destructors that cascaded into lotsChandler Carruth2011-09-201-0/+1
* Enhance the CFG construction to detect no-return destructors forChandler Carruth2011-09-131-1/+57
* Extend the Stmt AST to make it easier to look through label, default,Chandler Carruth2011-09-101-16/+30
* Fix null dereference in CFGBlock::FilterEdge that was reported in PR 9412.Ted Kremenek2011-03-071-0/+15
* Add coverage test for CFGImplicitDtor::getDestructorDecl() when handling type...Ted Kremenek2011-03-031-0/+9
* Teach CFGImplicitDtor::getDestructorDecl() about arrays of objects with destr...Ted Kremenek2011-03-031-0/+4
* Teach CFGImplicitDtor::getDestructorDecl() about reference types.Ted Kremenek2011-03-031-0/+12
* Introduce CFGImplicitDtor::isNoReturn() to query whether a destructor actuall...Ted Kremenek2011-03-021-11/+22
* Tweak return-noreturn.cpp test to have its originalTed Kremenek2011-01-251-9/+16
* Fix regression in -Wreturn-type caused by notTed Kremenek2011-01-251-15/+9
* Remove a kludge from analysis based warnings that used to detectChandler Carruth2011-01-081-5/+2
* Update test case, with comment to later investigate the correct behavior. No...Ted Kremenek2010-08-281-1/+4
* Add a hack to silence warnings about failing to return from functions afterChandler Carruth2010-05-171-0/+17