kumar8600 / flycheck-clangcheck

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

Compatibility fixes for WAF and bear #11

Open martin-schwenke opened 5 years ago

martin-schwenke commented 5 years ago

Two compatibility fixes that should be backward compatible. The first helps flycheck-clangcheck work with build systems, such as WAF, that build in a a subdirectory. The second allows the use of compile_commands.json files created using the bear(1) command.

martin-schwenke commented 5 years ago

Note that one of these commits is a simpler duplicate of https://github.com/kumar8600/flycheck-clangcheck/pull/10. I only just noticed this...