Bug#724550: clang-3.3: crash when parsing (invalid) c++ source

2013-09-25 Thread Sylvestre Ledru
On 25/09/2013 02:02, Julian Blake Kongslie wrote: > Package: clang-3.3 [...] > I've attached the relevant files (foo.cpp, /tmp/foo-1Vw0aR.cpp, > /tmp/foo-1Vw0aR.sh) to this report. The command I ran was simply: > clang++ foo.cpp > > Please let me know if there's anything further I can do to

Bug#724550: clang-3.3: crash when parsing (invalid) c++ source

2013-09-24 Thread Julian Blake Kongslie
Package: clang-3.3 Version: 1:3.3-9 Severity: normal Dear Maintainer, I was writing a class where I wanted to do something similar to this: class Foo { class Bar { Foo::Qux get_qux(); }; class Qux { }