1. fcdd2cb Don't suggest 'noreturn' for function template instantiations, because by Douglas Gregor · 13 years ago
  2. b0656ec Improve the diagnostic text for -Wmissing-noreturn to include the name by Chandler Carruth · 13 years ago
  3. 5811f59 Teach -Wreturn-type that destructors can appear by Ted Kremenek · 14 years ago
  4. 8b3b3db Tweak return-noreturn.cpp test to have its original by Ted Kremenek · 14 years ago
  5. 22c4120 Handle base and member destructors in CheckFallThrough. by Anders Carlsson · 14 years ago
  6. 0dc5f9a Fix a bug where the -Wmissing-noreturn would always treat constructors with base or member initializers as noreturn. by Anders Carlsson · 14 years ago
  7. 01b0cfa Add test case for <rdar://problem/7880658>. by Ted Kremenek · 14 years ago
  8. 259d48e An edge from a call expression to the exit block is only an abnormal edge by John McCall · 14 years ago
  9. ca7eaee If a non-noreturn virtual member function is guaranteed not to return, by Douglas Gregor · 14 years ago
  10. 4855a52 Don't diagnose missing noreturns for uninstantiated templates. Fixes PR6247. by Anders Carlsson · 15 years ago