Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sarcasm/flycheck-irony

C, C++ and Objective-C support for Flycheck, using Irony Mode
https://github.com/sarcasm/flycheck-irony

Last synced: about 2 months ago
JSON representation

C, C++ and Objective-C support for Flycheck, using Irony Mode

Awesome Lists containing this project

README

        

# Flycheck checker for [irony-mode][irony-mode-ref]

This package provides a [flycheck][flycheck-ref] checker for the C, C++ and
Objective-C languages.

![flycheck-irony screenshot](screenshots/flycheck-irony.png)

## Installation

The recommended way to install `flycheck-irony` and its dependencies is through
a package manager:

* Using [MELPA](http://melpa.milkbox.net/)

M-x package-install RET flycheck-irony RET

## Configuration

~~~el
(eval-after-load 'flycheck
'(add-hook 'flycheck-mode-hook #'flycheck-irony-setup))
~~~

[irony-mode-ref]: https://github.com/Sarcasm/irony-mode "Irony Mode"
[flycheck-ref]: http://www.flycheck.org "Flycheck"