A semantic parser of source files

Edit Package sparse

Sparse is a semantic parser of source files: it's neither a compiler
(although it could be used as a front-end for one) nor is it a
preprocessor (although it contains as a part of it a preprocessing
phase).

It is meant to be a small - and simple - library. Scanty and meager,
and partly because of that easy to use. It has one mission in life:
create a semantic parse tree for some arbitrary user for further
analysis. It's not a tokenizer, nor is it some generic context-free
parser. In fact, context (semantics) is what it's all about - figuring
out not just what the grouping of tokens are, but what the _types_ are
that the grouping implies.

Sparse is primarily used in the development and debugging of the Linux
kernel.

Refresh
Refresh
Source Files
Filename Size Changed
_service 0000000516 516 Bytes
_servicedata 0000000250 250 Bytes
parse-add-support-for-no_sanitize_-attributes.patch 0000001677 1.64 KB
sparse-20170216.tar.xz 0000201864 197 KB
sparse.changes 0000010760 10.5 KB
sparse.spec 0000003533 3.45 KB
use-clang-for-sparse-llvm.patch 0000000812 812 Bytes
Revision 33 (latest revision is 48)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 491193 from Jiri Slaby's avatar Jiri Slaby (jirislaby) (revision 33)
- Update to version 20170216:
  * kill_instruction() may need to be forced or not
  * add killing of pure calls
  * fix killing OP_CALL via pointers
  * add killing of non-volatile loads
  * add killing of stores
  * fix killing of rewritten loads
  * use kill_instruction() when killing an OP_PHI during CSE
  * use kill_instruction() when killing any instructions during CSE
  * fix OP_PHI usage in try_to_simplify_bb()
  * simplify float-to-float casts that doesn't change size
- add: use-clang-for-sparse-llvm.patch
  It fixes build on llvm 4.
Comments 0
openSUSE Build Service is sponsored by