Package sparse: Information
Binary package: sparse
Version: 0.6.1-alt1_rc1
Architecture: x86_64
Build time: Mar 13, 2019, 11:24 PM in the task #224969
Source package: sparse
Category: Development/Kernel
Report package bugDownload: sparse-0.6.1-alt1_rc1.x86_64.rpm
Home page: http://sparse.wiki.kernel.org/
License: MIT
Summary: A semantic parser for C
Description:
Sparse, the semantic parser, provides a compiler frontend capable of parsing most of ANSI C as well as many GCC extensions, and a collection of sample compiler backends, including a static analyzer also called "sparse". Sparse provides a set of annotations designed to convey semantic information about types, such as what address space pointers point to, or what locks a function acquires or releases. Sparse is primarily used in the development and debugging of the Linux kernel.
Maintainer: Vitaly Chikunov
Last changed
March 13, 2019 Vitaly Chikunov 0.6.1-alt1_rc1
- First import of v0.6.1-rc1-2-g7fd3778. - Newer version than in autoimports (0.6.0) and uses gtk3.