summaryrefslogtreecommitdiffstats
path: root/test/Sema/return-noreturn.c
Commit message (Expand)AuthorAgeFilesLines
* Turn off -Wmissing-noreturn warning for blocks Fariborz Jahanian2014-04-031-1/+11
* Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled asRichard Smith2013-01-301-2/+2
* Parsing support for C11's _Noreturn keyword. No semantics yet.Richard Smith2013-01-171-0/+5
* Improve the diagnostic text for -Wmissing-noreturn to include the nameChandler Carruth2011-08-311-2/+2
* Get rid of the "functions declared 'noreturn' should have a 'void' result typ...Anders Carlsson2010-09-031-2/+2
* Add warning for functions/blocks that have attribute 'noreturn' but return a ...Ted Kremenek2010-08-191-2/+2
* Insulate these from changes to the default for -Wunreachable-code.Mike Stump2010-01-231-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix PR5298 - -Wmissing-noreturn shouldn't warn if the function is alreadyChris Lattner2009-10-251-0/+8
* Add a "positive" matching test case for attribute 'noreturn' that involves a ...Ted Kremenek2009-09-261-0/+6
* Add two more test cases for attribute 'noreturn'.Ted Kremenek2009-09-261-0/+11
* Be sure to turn on -fblocks.Mike Stump2009-07-291-1/+1
* Add support for -Wmissing-noreturn.Mike Stump2009-07-281-0/+12