summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-missing-noreturn.cpp
AgeCommit message (Expand)Author
2011-10-10Don't suggest 'noreturn' for function template instantiations, becauseDouglas Gregor
2011-08-31Improve the diagnostic text for -Wmissing-noreturn to include the nameChandler Carruth
2011-01-26Teach -Wreturn-type that destructors can appearTed Kremenek
2011-01-25Tweak return-noreturn.cpp test to have its originalTed Kremenek
2011-01-17Handle base and member destructors in CheckFallThrough.Anders Carlsson
2011-01-16Fix a bug where the -Wmissing-noreturn would always treat constructors with b...Anders Carlsson
2010-05-13Add test case for <rdar://problem/7880658>.Ted Kremenek
2010-04-30An edge from a call expression to the exit block is only an abnormal edgeJohn McCall
2010-04-16If a non-noreturn virtual member function is guaranteed not to return,Douglas Gregor
2010-02-06Don't diagnose missing noreturns for uninstantiated templates. Fixes PR6247.Anders Carlsson