[LLVMbugs] [Bug 9209] Poor quality message from -Woverloaded-virtual
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Sep 5 16:37:03 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=9209
Eli Friedman <sharparrow1 at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |sharparrow1 at yahoo.com
Resolution|--- |WORKSFORME
--- Comment #1 from Eli Friedman <sharparrow1 at yahoo.com> ---
Trunk gives:
<stdin>:9:7: warning: 'X::f' hides overloaded virtual function
[-Woverloaded-virtual]
<stdin>:3:15: note: hidden overloaded virtual function 'Y::f' declared here:
type mismatch at 1st parameter ('int' vs 'double')
--
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/20130905/afeac2b4/attachment.html>
More information about the llvm-bugs
mailing list