Re: [Development] Qt API review with clazy

2016-09-11 Thread Ch'Gans
On 12 September 2016 at 10:34, Sergio Martins wrote: > On Sunday, 11 September 2016 21:43:46 WEST Jérémie Delaitre wrote: >> Can the same checks be implemented in clang-tidy instead of having yet >> another tool? clang-tidy now has boost specific checks so maybe they would >> also accept a Qt spec

Re: [Development] Qt API review with clazy

2016-09-11 Thread Martin Smith
There is a flag that tells clang to keep going when it can't find something or encounters too many errors, but it is in clang 3.9. martin From: Development on behalf of Sergio Martins Sent: Monday, September 12, 2016 12:34:53 AM To: development@qt-project.org

Re: [Development] Maintainers: your action needed: Qt 5.6.2 change files mostly missing!

2016-09-11 Thread Jani Heikkinen
Hi all, It seems most of change files for Qt 5.6.2 is still missing from packages :( Here are the links for open changes: qt3d:https://codereview.qt-project.org/#/c/170367/ qtandroidextras: https://codereview.qt-project.org/#/c/170387/3 qtbase: https://codereview.qt-project.org/#/c/170370/ qtca

Re: [Development] Qt API review with clazy

2016-09-11 Thread Sergio Martins
On Sunday, 11 September 2016 21:43:46 WEST Jérémie Delaitre wrote: > Can the same checks be implemented in clang-tidy instead of having yet > another tool? clang-tidy now has boost specific checks so maybe they would > also accept a Qt specific module in there. I haven't been able to use clang-tid

Re: [Development] Qt API review with clazy

2016-09-11 Thread Jérémie Delaitre
Can the same checks be implemented in clang-tidy instead of having yet another tool? clang-tidy now has boost specific checks so maybe they would also accept a Qt specific module in there. On Sun, 11 Sep 2016 at 03:29 Sergio Martins wrote: > Hi, > > > I've been developing a Qt oriented clang com