[llvm-bugs] [Bug 38913] New: Early-instantiated attributes are dropped from member classes
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Sep 12 06:55:56 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=38913
Bug ID: 38913
Summary: Early-instantiated attributes are dropped from member
classes
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 20869
--> https://bugs.llvm.org/attachment.cgi?id=20869&action=edit
Test case in Clang style
This is lifted from this message in cfe-dev:
http://lists.llvm.org/pipermail/cfe-dev/2018-September/059291.html
Attributes on
- member classes of class templates,
- member class templates of class templates,
- 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, attributes are dropped from those
declarations. This can be seen with the attached test case, which fails.
--
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/20180912/a2c149e3/attachment.html>
More information about the llvm-bugs
mailing list