Re: [Qt-creator] Clang code model running in C++98 mode

2018-12-21 Thread Julius Bullinger
On 15.11.2018 16:33, Nikolai Kosjar wrote: On 11/15/18 3:55 PM, Julius Bullinger wrote: We're still running MSVC 2013, which doesn't seem to be covered by this exceptions. I tested opening the project with a MSVC 2017 Version 15.8 kit, and with that, the code model reports a C++ version of

Re: [Qt-creator] Clang code model running in C++98 mode

2018-11-15 Thread Marco Bubke
-project.org Subject: Re: [Qt-creator] Clang code model running in C++98 mode On 11/15/18 3:55 PM, Julius Bullinger wrote: > Hi Nikolai > > On 06.11.2018 12:19, Nikolai Kosjar wrote: >> Recently there were some changes in that area. Could you please try >> again with the upda

Re: [Qt-creator] Clang code model running in C++98 mode

2018-11-15 Thread Nikolai Kosjar
On 11/15/18 3:55 PM, Julius Bullinger wrote: > Hi Nikolai > > On 06.11.2018 12:19, Nikolai Kosjar wrote: >> Recently there were some changes in that area. Could you please try >> again with the updated snapshots for 4.8? >> >> http://download.qt.io/snapshots/qtcreator/4.8/4.8.0-beta2 > > I

Re: [Qt-creator] Clang code model running in C++98 mode

2018-11-15 Thread Julius Bullinger
Hi Nikolai On 06.11.2018 12:19, Nikolai Kosjar wrote: Recently there were some changes in that area. Could you please try again with the updated snapshots for 4.8? http://download.qt.io/snapshots/qtcreator/4.8/4.8.0-beta2 I managed to built the latest 4.8 branch on my machine, and still got

Re: [Qt-creator] Clang code model running in C++98 mode

2018-11-06 Thread Julius Bullinger
On 06.11.2018 12:19, Nikolai Kosjar wrote: On 11/6/18 11:41 AM, Julius Bullinger wrote: Hi, we have a medium-sized qmake project (about 300 .pri/.pro files), which all contain "CONFIG += c++11". However, the clang code model doesn't seem to catch that, and runs in C++98 mode regardless:

Re: [Qt-creator] Clang code model running in C++98 mode

2018-11-06 Thread Nikolai Kosjar
On 11/6/18 11:41 AM, Julius Bullinger wrote: > Hi, > > we have a medium-sized qmake project (about 300 .pri/.pro files), which > all contain "CONFIG += c++11". However, the clang code model doesn't > seem to catch that, and runs in C++98 mode regardless: > > CTRL+Shift+F12 > Projects Parts >