Open Quuxplusone opened 7 years ago
Bugzilla Link | PR33815 |
Status | REOPENED |
Importance | P enhancement |
Reported by | Nico Weber (nicolasweber@gmx.de) |
Reported on | 2017-07-17 07:38:57 -0700 |
Last modified on | 2017-08-01 09:41:14 -0700 |
Version | unspecified |
Hardware | PC Linux |
CC | arphaman@gmail.com, erik.pilkington@gmail.com, llvm-bugs@lists.llvm.org |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
...if this was implemented, then -Wdeprecated-declaration could fire more often:
Currently, it only fires if the deployment target is newer than where a function was deprecated. If this was implemented, then it could fire in regions whose availability is higher than where a function was deprecated.