http://llvm.org/bugs/show_bug.cgi?id=16887
Bug ID: 16887
Summary: We shouldn't try to mangle an injected class name with
-fdelayed-template-parsing and -cxx-abi microsoft
Product: clang
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
the following, thanks to Richard Smith, tickles a bug in
-fdelayed-template-parsing that gets us to try and mangle an injected class
name:
template<typename T> struct A { friend void f(A<T>) {} }; void g() {
f(A<int>()); }
--
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