[clazy] [Bug 353767] Support for a supression file

Richard via KDE Bugzilla bugzilla_noreply at kde.org
Fri Apr 8 10:00:23 BST 2016


https://bugs.kde.org/show_bug.cgi?id=353767

Richard <r.oehlinger at avibit.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.oehlinger at avibit.com

--- Comment #1 from Richard <r.oehlinger at avibit.com> ---
It would be possible to work with clazy warnings like ordinary compiler
warnings?
E.g. have them disabled locally with

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wclazy-somecheck"
    //some offending code
#pragma clang diagnostic pop

Also this would allow to treat some of the clazy warnings as errors and some
still as warnings.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list