[LLVMbugs] [Bug 13434] New: [Windows] Wrong mangling of TemplateClass<void(void)>
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jul 23 02:00:55 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13434
Bug #: 13434
Summary: [Windows] Wrong mangling of TemplateClass<void(void)>
Product: clang
Version: unspecified
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: C++
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: timurrrr at google.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
This is "-cxx-abi microsoft":
template <typename Func>
class C;
template <typename Func0>
class C<Func0(void)> {};
typedef C<void(void)> C0;
C0 callback0;
// CHECK: "\01?callback0@@3V?$C@$$A6AXXZ"
// NOW: "\01?callback0@@3V?$C at AXXZ"
--
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