[llvm-bugs] [Bug 33815] Idea: Extend @available so that it can imply an upper bound too
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jul 17 07:46:06 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33815
Nico Weber <nicolasweber at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|WONTFIX |---
Status|RESOLVED |REOPENED
--- Comment #1 from Nico Weber <nicolasweber at gmx.de> ---
...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.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170717/fbe322de/attachment-0001.html>
More information about the llvm-bugs
mailing list