[cfe-commits] Patch: Fix for PR7410 - Prevent extra abstract class errors

Richard Trieu rtrieu at google.com
Thu Jun 30 20:38:20 PDT 2011


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

Allow functions in a derived class that improperly overwrite a virtual
function in the base class to be inserted into the derived class function
list to prevent extra errors every time the derived class is used.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110630/e00112d0/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PR7410.patch
Type: text/x-patch
Size: 1355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110630/e00112d0/attachment.bin>


More information about the cfe-commits mailing list