[LLVMbugs] [Bug 16788] New: [-cxx-abi microsoft] Handle nullptr template arguments

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Aug 4 10:21:29 PDT 2013


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

            Bug ID: 16788
           Summary: [-cxx-abi microsoft] Handle nullptr template arguments
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangbugs at nondot.org
          Reporter: david.majnemer at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

clang issues the diagnostic "cannot mangle template argument of kind nullptr
yet" when compiling this code:
template <decltype(__nullptr)> struct S1 {};
void f(S1<__nullptr>) {}

-- 
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/20130804/450e23d5/attachment.html>


More information about the llvm-bugs mailing list