Alex Denisov

Results 102 comments of Alex Denisov

I'll add podspec into this repo soon.

@obaid, currently wiki page is obsoleted. You may review ActiveTwitter target. There you will find how to setup new version.

I've missed this part in my original post (http://railsware.com/blog/2014/02/28/creation-and-using-clang-plugin-with-xcode/), but can support you, if you don't mind ;-)

Yep, I have a skeleton for this stuff. I'm going to sent you a PR soon.

> Does creating an xcspec and/or xcplugin improve this? Actually, yes. Because xcspec provides a way to override 'standard' clang. But is has some issues, not sure about current clang...

> Can the plugin add only the key path warnings, instead of overwriting all diagnostics? Yes, you should use `-add-plugin` instead of `-plugin`.

I've got your point, now it's clear!

Could you, please, give a more precise explanation? I didn't get the idea :(

That's a great patch, thank you!

Hi @bearbones, thanks for the report! I added [a test case with PCH](https://github.com/mull-project/mull/pull/1067), but it is perhaps too simple to trigger the issue you're observing. I'd appreciate if you can...