commit | 5d1d7ae120c2c8e6cba5d2a712b33500a5aecc10 | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Fri Sep 03 00:25:02 2010 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Fri Sep 03 00:25:02 2010 +0000 |
tree | 0d94f03a157c06f8c5163dbe84739bf97e9bdd67 | |
parent | 714bf175fdc84ec595ce10046259309d88944bfa [diff] |
Get rid of the "functions declared 'noreturn' should have a 'void' result type" warning. The rationale behind this is that it is normal for callback functions to have a non-void return type and it should still be possible to mark them noreturn. (JavaScriptCore is a good example of this). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112918 91177308-0d34-0410-b5e6-96231b3b80d8