[LLVMbugs] [Bug 15853] __has_attribute does not parse C++11 namespaced attributes

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Apr 10 05:44:23 PDT 2015


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

Aaron Ballman <aaron at aaronballman.com> changed:

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

--- Comment #6 from Aaron Ballman <aaron at aaronballman.com> ---
This issue was fixed with r223467 and r223468; __has_cpp_attribute parses
namespaces, __has_attribute only parses GNU-style attributes (which do not have
namespaces), and __has_declspec_attribute was added.

-- 
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/20150410/c6b85c63/attachment.html>


More information about the llvm-bugs mailing list