C, C++ and Objective-C support for Flycheck, using Irony Mode
Switch branches/tags
Nothing to show
Clone or download
cy20lin and Sarcasm Use executable-find instead of file-exists-p (#22)
for avoiding executable not found on Windows
due to lack of ".exe" extension in filename
Latest commit 42dbecd Jun 4, 2018

README.md

Flycheck checker for irony-mode

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

flycheck-irony screenshot

Installation

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

  • Using MELPA

      M-x package-install RET flycheck-irony RET
    

Configuration

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