[LLVMbugs] [Bug 14954] problem checking for invalid attribute parameters

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Sep 13 12:57:13 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=14954

Aaron Ballman <aaron at aaronballman.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |aaron at aaronballman.com
         Resolution|---                         |FIXED

--- Comment #2 from Aaron Ballman <aaron at aaronballman.com> ---
This has been fixed recently when we merged the notion of attribute arguments
and parameters.  They're still parsed differently (because we need unresolved
identifiers), but the AttributeList object now gets a unified list of
arguments.

-- 
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/20130913/06146678/attachment.html>


More information about the llvm-bugs mailing list