[PATCH] Fix PR16765

David Majnemer david.majnemer at gmail.com
Wed Jul 31 18:37:58 PDT 2013


ParseCXXClassMemberDeclaration was trying to use the result of
ActOnCXXMemberDeclarator to attach it to some late parsed attributes.
However when failures arise, we have no decl to attach to which eventually
leads us to a NULL pointer dereference.

-- 
David Majnemer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130731/2deecb24/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PR16765.diff
Type: application/octet-stream
Size: 2679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130731/2deecb24/attachment.obj>


More information about the cfe-commits mailing list