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.
- Website: https://github.com/KDE/clazy/
- Licenses: LGPL 2.0+
- Package source: gnu/packages/qt.scm
- Builds: See build status
- Issues: See known issues
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.