[LLVMbugs] [Bug 8077] New: Support anonymous and local type template arguments

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Sep 3 13:57:27 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=8077

           Summary: Support anonymous and local type template arguments
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: chandlerc at gmail.com
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


Created an attachment (id=5450)
 --> (http://llvm.org/bugs/attachment.cgi?id=5450)
proposed patch

This is enabled fully in C++0x mode, and as an extension (with appropriate
warnings) in C++98. I've tried to test both the sema side of this as well as
the codegen. Please let me know if the codegen is correct, and the way I'm
testing is correct.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list