Re: [Development] QtCreator C++ code parser and clang integration status

2012-01-31 Thread André Pönitz
On Tuesday 31 January 2012 17:39:28 ext Peter Kuemmel wrote: > > Hello. > > > > When I tried to use QtCreator in my current development projects based > > on C++11 features I was faced with some issues in qtc internal C++ > > parser. One of such issues (code completion support for auto > > variabl

Re: [Development] QtCreator C++ code parser and clang integration status

2012-01-31 Thread Peter Kuemmel
> Hello. > > When I tried to use QtCreator in my current development projects based > on C++11 features I was faced with some issues in qtc internal C++ > parser. One of such issues (code completion support for auto > variables) I recently fixed and pushed into master qtc branch. I could > try to

Re: [Development] QtCreator C++ code parser and clang integration status

2012-01-31 Thread eike.ziller
Hi, On 31 Jan 2012, at 16:45, ext Flex Ferrum wrote: > Hello. > > When I tried to use QtCreator in my current development projects based > on C++11 features I was faced with some issues in qtc internal C++ > parser. One of such issues (code completion support for auto > variables) I recently fix

[Development] QtCreator C++ code parser and clang integration status

2012-01-31 Thread Flex Ferrum
Hello. When I tried to use QtCreator in my current development projects based on C++11 features I was faced with some issues in qtc internal C++ parser. One of such issues (code completion support for auto variables) I recently fixed and pushed into master qtc branch. I could try to fix others, bu