Re: [Interest] Individual static analysis warning suppression in Qt Creator

2019-02-05 Thread André Pönitz
On Tue, Feb 05, 2019 at 09:55:12AM +0100, Bernhard Lindner wrote: > Hi! > > > This is https://bugreports.qt.io/browse/QTCREATORBUG-20201 > > Again, thanks a lot for your help! > > Such a significant defect... still it isn't even evaluated :-( Not every field in JIRA is actively used. Andre' _

Re: [Interest] Individual static analysis warning suppression in Qt Creator

2019-02-05 Thread Bernhard Lindner
Hi! > This is https://bugreports.qt.io/browse/QTCREATORBUG-20201 Again, thanks a lot for your help! Such a significant defect... still it isn't even evaluated :-( -- Best Regards, Bernhard Lindner ___ Interest mailing list Interest@qt-project.org h

Re: [Interest] Individual static analysis warning suppression in Qt Creator

2019-02-04 Thread Nikolai Kosjar
On 2/4/19 10:37 PM, Bernhard Lindner wrote: > Hi! > > I tried to suppress individual clang-tidy warnings resulting from clang-tidy > static > analysis runs in Qt Creator. > > I added // NOLINT and // NOLINTNEXTLINE comments to my code (both variants, > with and > without a specific list of chec

[Interest] Individual static analysis warning suppression in Qt Creator

2019-02-04 Thread Bernhard Lindner
Hi! I tried to suppress individual clang-tidy warnings resulting from clang-tidy static analysis runs in Qt Creator. I added // NOLINT and // NOLINTNEXTLINE comments to my code (both variants, with and without a specific list of checks, like described here: http://clang.llvm.org/extra/clang-ti