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

            Bug ID: 18022
           Summary: [-cxx-abi microsoft] Form backreferences for
                    unnamed-type
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

consider:
struct { } a;
typedef decltype(a) Ty;
Ty fun(Ty x, Ty) { return x; }

we should form backreferences but we do not.

-- 
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