<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">On 11/5/19 11:40 AM, Alessandro Pasotti
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAL5Q671UKa0CBJ_ziTgkCXaWc=hV0G=uuQnEQDnPW0G_4v3AfQ@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">
<div dir="ltr"><br>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Nov 5, 2019 at 10:55
AM Matthias Kuhn <<a href="mailto:matthias@opengis.ch"
moz-do-not-send="true">matthias@opengis.ch</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div>
<p>Hi Paolo</p>
<p>The reference is available under the link in my first
mail, <a
href="https://github.com/KDE/clazy/blob/master/README.md"
target="_blank" moz-do-not-send="true">https://github.com/KDE/clazy/blob/master/README.md</a></p>
<p>In general, developers will notice if travis tells them
that it cannot be merged.</p>
</div>
</blockquote>
<div><br>
</div>
<div>Is that the same tool that is available in Qt creator in
debug view under "Clang-Tidy and Clazy"?<br>
</div>
<div><br>
</div>
<div>I wonder if it can be easily integrated in my normal
development build workflow.</div>
</div>
</div>
</blockquote>
<p><br>
</p>
<p>Clazy is a clang plugin. Some distributions have packages
available for it, otherwise it's available for build or as
AppImage. You can specify the AppImage as CXX Compiler or change
the compiler flags according to the readme to run your system
clang with clazy.<br>
</p>
<p>I haven't checked the QtCreator integration, I assume it will use
the usual QtCreator warning highlight system.<br>
</p>
<p>You can manually fine tune the checks as documented in the Clazy
README or specify the `-DADD_CLAZY_CHECKS=ON` cmake flag to enable
those checks that are enforced on travis.</p>
<p>Hope this helps</p>
<p>Matthias</p>
</body>
</html>