[llvm-bugs] [Bug 26831] [ms] macro __FUNCTION__ cannot be used with "comment" and "message" pragmas
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Mar 10 16:21:10 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26831
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |rnk at google.com
Resolution|--- |WONTFIX
--- Comment #4 from Reid Kleckner <rnk at google.com> ---
Implementing this would require serializing pragmas as Stmt AST nodes so that
we could transform them and resolve __FUNCDNAME__ after instantiation.
It just doesn't feel feasible to me.
--
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/20160311/27dcfd46/attachment.html>
More information about the llvm-bugs
mailing list