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

clazy 1.12

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 clazy 1.12 as follows:

guix install clazy@1.12

Or install the latest version:

guix install clazy

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.