This package browser is in early development. Mind the rough edges.

clazy

Qt-oriented static code analyzer

clazy is a compiler plugin which allows clang to understand Qt semantics. It can emit more than fifty (50) Qt-related compiler warnings, ranging from unneeded memory allocations to misuses of the API, including fix-its for automatic refactoring.

Installation

Install the latest version of clazy as follows:

guix install clazy

Or install a particular version:

guix install clazy@1.12

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

HTML: <a href='http://127.0.0.1:3000/packages/clazy/'><img src='http://127.0.0.1:3000/packages/clazy/badges/latest-version.svg'></img></a>
Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/clazy/badges/latest-version.svg)](http://127.0.0.1:3000/packages/clazy/)
Org: [[http://127.0.0.1:3000/packages/clazy/][http://127.0.0.1:3000/packages/clazy/badges/latest-version.svg]]