kumar8600 / flycheck-clangcheck

A Flycheck checker difinition for ClangCheck.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++11 Support

jart opened this issue · comments

In order to get this to work on C++11 sources I had to use (setq flycheck-clangcheck-extra-arg '("-std=c++11")). Perhaps this module should pass that information along based on the flycheck-clang-language-standard customization?