As a followup - even if I turn off clazy and tidy, I'm getting hundreds of
"Semantic Issue" errors in the editor that are clearly not errors.

A lot of "No member named 'foo' in 'bar'" and "Cannot initialize object
parameter of type 'foo' with an expression of type 'bar'".

It compiles cleanly (and has for many years). Maybe the code model is not
handling includes properly?

It makes the editor very, very noisy to the point of being unusable. (And
then there are the long pauses where I can't do anything & have to guess if
it's going to come back to me or just hang - trying to isolate.)

---
Andy Maloney  //  https://asmaloney.com
twitter ~ @asmaloney <https://twitter.com/asmaloney>


On Wed, Mar 28, 2018 at 2:58 PM, Andy <asmalo...@gmail.com> wrote:

> Great work on getting 4.6 out!
>
> This is cool.  Having clang-tidy and clazy built-in is (going to be)
> awesome.
>
> When I get a message (warning/error) in the editor, how do I know which it
> came from?
>
> I just turned on clang-tidy and clazy (some of the options) and something
> is pointing at things like "QApplication::processEvents();" and telling
> me that there is no matching function call. I guess something isn't
> recognizing default arguments, but... what? Code model? Clang-tidy? Clazy?
>
> Thanks!
>
> ---
> Andy Maloney  //  https://asmaloney.com
> twitter ~ @asmaloney <https://twitter.com/asmaloney>
>
>
_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to