On 02/14/2017 11:29 PM, Kevin Funk via cfe-dev wrote:
On Tuesday, 14 February 2017 20:33:15 CET Richard Braun via cfe-dev wrote:
Hello,

During work on an internal Qt-based project at Novasys-Ingenierie,
a Clang plugin was written to convert string-based signals and slots
to the Qt5 syntax. The plugin has since been pushed to Github [1]
in the hope it will be useful to others facing similar issues.

Heya Richard,

just for the sake of making you aware of existing tools (to save work & share
ideas): there already is a Qt oriented Clang-based code checker called Clazy
mainly developed by one of my colleagues at KDAB.

Clazy allows all sorts of checking & refactoring in Qt code. It also has a
check for 'old-style-connect' & provides fixits for it: IOW, it will transform
the code to new-style-connect statements if desired.

Hi!

I remember that there was some effort to make this plugin also available for libclang users. What happened to that?

Nikolai

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to