kumar8600 / flycheck-clangcheck

A Flycheck checker difinition for ClangCheck.
11 stars 7 forks source link

[RFC] Pull for automatic compilation database finding and better directory control #2

Closed stsquad closed 9 years ago

stsquad commented 9 years ago

This fixes my issues with QEMU's build structure (where the compiler runs in a different build directory than the source file, see #1 ). I'm making this an RFC pull request as I'm sure you'll want to make some comments on the way I've hacked this up ;-)

I'm not overly happy with the name clangcheck-build-path as build and compile db location could be two different things.

kumar8600 commented 9 years ago

looks good. thx for your contributions. but you should explain about new configuration variable flycheck-clangcheck-dbname in the README.org

kumar8600 commented 9 years ago

Great. Sorry for the my delay. Thanks for your contributions.