[PATCH] Fix for Bug 15209 - core DR 580

Ismail Pazarbasi ismail.pazarbasi at gmail.com
Sun Feb 17 10:01:16 PST 2013


Hi,

C++ Defect Report 580 resolves an issue with member access control for
template-parameters. See http://llvm.org/bugs/show_bug.cgi?id=15209

In this patch, effective context is obtained from templated
declaration for checking access of template parameters of a class
template. This doesn't seem like to break any existing test.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-for-bug-15209-core-DR-580.patch
Type: application/octet-stream
Size: 1601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130217/5dba8d34/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Added-test-for-the-fix-of-Bug-15209.patch
Type: application/octet-stream
Size: 972 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130217/5dba8d34/attachment-0001.obj>


More information about the cfe-commits mailing list