[LLVMbugs] [Bug 18022] New: [-cxx-abi microsoft] Form backreferences for unnamed-type
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Nov 21 20:24:50 PST 2013
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: unassignedclangbugs at nondot.org
Reporter: david.majnemer at gmail.com
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131122/16df0f5a/attachment.html>
More information about the llvm-bugs
mailing list