| commit | 48c69106e4ce1759b6df61d5e6a59a22768944a8 | [log] [tgz] |
|---|---|---|
| author | Fariborz Jahanian <fjahanian@apple.com> | Wed Oct 05 00:05:34 2011 +0000 |
| committer | Fariborz Jahanian <fjahanian@apple.com> | Wed Oct 05 00:05:34 2011 +0000 |
| tree | f3e0771f7294ad9b77b408624aabaa49e968065e | |
| parent | 202803e39c74418b216f49f61d0941c9a651e301 [diff] |
c: assignment/init of a function pointer whose function(s) return to one which does not return (has noreturn attribute) should warn as it is an unsafe assignment. // rdar://10095762 c++ already handles this. This is the c version. llvm-svn: 141141