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: unassignedclangb...@nondot.org
          Reporter: ldio...@apple.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to