[llvm-bugs] [Bug 25472] __attribute__((deprecated)) doesn't appear for implicit construction of rvalues [-Wdeprecated-declarations]

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Dec 13 04:10:42 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=25472

Oli <olegat at feralinteractive.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Oli <olegat at feralinteractive.com> ---
For both __attribute__((deprecated)) and __attribute__((availability)),
the issue now seems resolved on newer versions of clang

When re-tested on the following versions, the missing warnings show up:

clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin

Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: x86_64-apple-darwin16.1.0
Thread model: posix
InstalledDir:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin


I'm changing the status to RESOLVED-FIXED.

-- 
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/20161213/fffb4669/attachment.html>


More information about the llvm-bugs mailing list