QtCreator unnecessary semantic errors
-
Hi,
I've started using QtCreator on LinuxMint. I am having problems with the editor warnings and errors. Eventhough I have changed the diagnostics options as suggested in the link below, I couldn't get rid of meaningless errors.
There is no compile errors and the program can run smoothly. I just want to get a nice editor with only meaningful errors just like in VSCode. How can I achieve this in QtCreator? Disabling ClangCodeModel seems to remove the warnings and errors all together even if they were useful for me.
You can see the errors and clang diagnostics changes I have made in the pictures below.
Much appreciated!
-
The original issue where Qt Creator / clang chokes is probably in DoubleListImpl.tpp. I suggest you open the file, this hopefully should give you more insights ...