summaryrefslogtreecommitdiff
path: root/test/Sema/attr-noreturn.c
Commit message (Expand)AuthorAgeFilesLines
* Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman2013-07-231-3/+3
* Pretty up the wrong-number-of-arguments-for-attribute diagnostic byJohn McCall2011-03-021-2/+2
* Get rid of the "functions declared 'noreturn' should have a 'void' result typ...Anders Carlsson2010-09-031-1/+1
* Add warning for functions/blocks that have attribute 'noreturn' but return a ...Ted Kremenek2010-08-191-1/+1
* Attribute noreturn is now put in declaration attributes. Fixed a double warni...Abramo Bagnara2010-04-301-0/+2
* Standardize the parsing of function type attributes in a way thatJohn McCall2010-02-051-1/+1
* add a bunch of missing prototypes to testsChris Lattner2010-01-091-0/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Add testcase for recent checkin.Mike Stump2009-12-151-1/+6
* Downgrade "function declared 'noreturn' should not return" from anDouglas Gregor2009-10-211-3/+3
* Some people don't want to fix their broken code just yet, so turn offMike Stump2009-09-161-2/+2
* Fix canonical type construction for function types with the noreturnDouglas Gregor2009-08-051-0/+8
* Implement new warning for functions declared 'noreturn' when they fall off th...Mike Stump2009-07-241-1/+1
* Downgrade an error about "return in a no-return function" from being Chris Lattner2009-05-311-1/+7
* Implement sema checking for noreturn.Mike Stump2009-04-291-0/+7
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Improve attribute parsing & tests.Daniel Dunbar2008-10-191-0/+14