Re: [Development] How long until clang memory model is ready?

2014-01-22 Thread Chris L
> > Message: 1 > Date: Tue, 21 Jan 2014 16:03:21 -0800 > From: Thiago Macieira > Subject: Re: [Development] How long until clang memory model is ready? > To: development@qt-project.org > Message-ID: <18596554.AqrLlMc

[Development] How long until clang memory model is ready?

2014-01-21 Thread Chris L
With clang getting complete draft c++14 support, is the memory model sufficient to move to using it by default? Things like unique_ptr and vector really need this. > From: development-requ...@qt-project.org > Subject: Development Digest, Vol 28, Issue 80 > To: development@qt-project.org > Date:

[Development] Begging for attention to QTCREATORBUG-8937 ( unique_ptr doesn’t work with auto completion or syntax highlighting)

2013-12-29 Thread Chris L
https://bugreports.qt-project.org/browse/QTCREATORBUG-8937 This bug has been around a long time. unique_ptr is a very important piece to RAII in c++11. It’s a quite large blemish on an otherwise great IDE. I think this bug is not getting the attention it deserves because it’s not a Qt smart point