Metadata-Version: 2.1
Name: schecker
Version: 0.0.1
Summary: Simplify and wrap the use of clang-tidy and coccinelle
Home-page: http://github.com/hgn/schecker
Author: Hagen Paul Pfeifer
Author-email: hagen@jauu.net
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown


# Dependencies

```
sudo aptitude install coccinelle
```

# Documentation

## Coccinelle

### Getting Comfy with Coccinelle

- https://lwn.net/Articles/315686/
- https://lwn.net/Articles/380835/
- https://events.static.linuxfound.org/sites/events/files/slides/Introduction%20to%20Coccinelle.pdf

### Defect Spotting with Coccinelle

- https://web.imt-atlantique.fr/x-info/coccinelle/stuart_thesis.pdf


