summaryrefslogtreecommitdiff
path: root/test/Sema/return-noreturn.c
AgeCommit message (Expand)Author
2014-04-03Turn off -Wmissing-noreturn warning for blocks Fariborz Jahanian
2013-01-30Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled asRichard Smith
2013-01-17Parsing support for C11's _Noreturn keyword. No semantics yet.Richard Smith
2011-08-31Improve the diagnostic text for -Wmissing-noreturn to include the nameChandler Carruth
2010-09-03Get rid of the "functions declared 'noreturn' should have a 'void' result typ...Anders Carlsson
2010-08-19Add warning for functions/blocks that have attribute 'noreturn' but return a ...Ted Kremenek
2010-01-23Insulate these from changes to the default for -Wunreachable-code.Mike Stump
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-25Fix PR5298 - -Wmissing-noreturn shouldn't warn if the function is alreadyChris Lattner
2009-09-26Add a "positive" matching test case for attribute 'noreturn' that involves a ...Ted Kremenek
2009-09-26Add two more test cases for attribute 'noreturn'.Ted Kremenek
2009-07-29Be sure to turn on -fblocks.Mike Stump
2009-07-28Add support for -Wmissing-noreturn.Mike Stump