| commit | 6e127a6d86429e6de573ee10975f4b765095c841 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Sun May 31 19:32:13 2009 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Sun May 31 19:32:13 2009 +0000 |
| tree | 40be047984e22b53b7562d7cc83c7089adcb179e | |
| parent | c1c2c689458c61d9a04f4d0972dfc24bba348fe0 [diff] |
Downgrade an error about "return in a no-return function" from being an error to being a warning that defaults to error. If you want this to be a warning, you have to explicitly pass -Winvalid-noreturn to clang to map it back to a warning. llvm-svn: 72669