summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/warn-missing-noreturn.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't suggest 'noreturn' for function template instantiations, becauseDouglas Gregor2011-10-101-6/+26
* Improve the diagnostic text for -Wmissing-noreturn to include the nameChandler Carruth2011-08-311-4/+4
* Teach -Wreturn-type that destructors can appearTed Kremenek2011-01-261-0/+10
* Tweak return-noreturn.cpp test to have its originalTed Kremenek2011-01-251-1/+12
* Handle base and member destructors in CheckFallThrough.Anders Carlsson2011-01-171-0/+15
* Fix a bug where the -Wmissing-noreturn would always treat constructors with b...Anders Carlsson2011-01-161-0/+17
* Add test case for <rdar://problem/7880658>.Ted Kremenek2010-05-131-0/+14
* An edge from a call expression to the exit block is only an abnormal edgeJohn McCall2010-04-301-0/+9
* If a non-noreturn virtual member function is guaranteed not to return,Douglas Gregor2010-04-161-0/+5
* Don't diagnose missing noreturns for uninstantiated templates. Fixes PR6247.Anders Carlsson2010-02-061-0/+24