[LLVMbugs] [Bug 6421] clang++ segfaults when parsing c++
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Feb 25 07:00:21 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=6421
Christopher Jefferson <chris at bubblescope.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #2 from Christopher Jefferson <chris at bubblescope.net> 2010-02-25 09:00:21 CST ---
Attaching this to same bug, to avoid opening too many bugs.
class T;
class QGenericArgument
{
template<typename U>
void foo(T t)
{ }
void disconnect()
{
T* t;
bob<QGenericArgument>(t);
}
};
--
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