summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/return.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r91073.Mike Stump2009-12-171-4/+0
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-1/+1
* Don't complain about falling off the end of a function with an asmMike Stump2009-12-101-0/+4
* Use clang to run tests which include headers from the system.Daniel Dunbar2009-11-171-1/+1
* Fix some Window-isms to get these tests to pass on Windows.John Thompson2009-10-291-0/+4
* Be sure to turn on -fblocks.Mike Stump2009-07-291-1/+1
* Add support for -Wmissing-noreturn.Mike Stump2009-07-281-0/+10
* Ensure we can work through typedefs.Mike Stump2009-07-271-0/+3
* Add knowledge about _longjmp being noreturn.Mike Stump2009-07-271-1/+4
* Add builtin knowledge about longjmp being noreturn. Add printing forMike Stump2009-07-271-0/+6
* Add noreturn for exit.Mike Stump2009-07-271-0/+5
* add bugzilla #Chris Lattner2009-07-271-0/+1
* Fix PR4624.Mike Stump2009-07-271-0/+3
* Add noreturn as a type attribute, handle printing for them and handleMike Stump2009-07-251-0/+4
* Add warning for falling off the end of a function that should return aMike Stump2009-07-221-0/+173
* Name the "return-type" DiagGroup and reference it in a few places.Steve Naroff2009-04-301-0/+3
* Warn about invalid return statements by default.Steve Naroff2009-04-301-0/+9
OpenPOWER on IntegriCloud