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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to