sparse 0.6.4-3ubuntu1 source package in Ubuntu

Changelog

sparse (0.6.4-3ubuntu1) lunar; urgency=medium

  * debian/patches/support-llvm-15.patch: fix LLVM 15 warnings, update call
    generation (LP: #2009524).

 -- Vladimir Petko <email address hidden>  Tue, 07 Mar 2023 08:08:17 +1300

Upload details

Uploaded by:
Vladimir Petko
Sponsored by:
Dan Bungert
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe devel
Lunar release universe devel

Downloads

File Size SHA-256 Checksum
sparse_0.6.4.orig.tar.gz 472.4 KiB bd98fd8a122ff79d38a81feb75ec728699101e80701f33f21180912c3c9e949c
sparse_0.6.4-3ubuntu1.debian.tar.xz 9.9 KiB 746f1d6d9f0ce6f3b5641bd4146dd96d83888a1de3bcbfa1033c54794f2c6deb
sparse_0.6.4-3ubuntu1.dsc 2.0 KiB 46d6acfb45281b8f3de664301d68defee603cf4993072b3f5baa566887fa1f5f

View changes file

Binary packages built by this source

sparse: semantic parser of source files

 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 can be invoked directly as "sparse" or via the "cgcc" wrapper
 around the C compiler.

sparse-dbgsym: debug symbols for sparse
sparse-test-inspect: semantic parser of source files

 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.
 .
 This package contains the test-inspect program.

sparse-test-inspect-dbgsym: debug symbols for sparse-test-inspect