[llvm-bugs] [Bug 38942] New: Early-instantiated attributes are dropped from member specializations
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Sep 13 14:15:13 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=38942
Bug ID: 38942
Summary: Early-instantiated attributes are dropped from member
specializations
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: ldionne at apple.com
CC: llvm-bugs at lists.llvm.org
Created attachment 20878
--> https://bugs.llvm.org/attachment.cgi?id=20878&action=edit
Test case for member specializations of class templates
This is a spinoff of PR38913 to capture the fact that attributes on
- partial specializations of member class templates of class templates, and
- explicit specializations of member class templates of class templates
are not instantiated properly. As a result, the attached test case fails. When
this is fixed, the test case should be added to the one for PR38913.
--
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/20180913/004a940d/attachment-0001.html>
More information about the llvm-bugs
mailing list