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.
- Versions: 1.12
- 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 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
You can use the following badge to inform users of clazy about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/clazy'><img src='https://packages.guix.gnu.org/packages/clazy/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/clazy)
Example Org:
[[https://packages.guix.gnu.org/packages/clazy][https://packages.guix.gnu.org/packages/clazy/badges/latest-version.svg]]