[llvm-bugs] [Bug 26896] no warning when calling anonymous variable's member
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Mar 10 08:36:25 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26896
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |rnk at google.com
Resolution|--- |WONTFIX
--- Comment #1 from Reid Kleckner <rnk at google.com> ---
We can't do this. There are far too many user defined types out there where
this pattern is perfectly safe. Consider, for example, Clang's QualType, which
is a wrapper around Type*.
--
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/20160310/2ac4d776/attachment.html>
More information about the llvm-bugs
mailing list