Clang-KeyPathValidator
Clang-KeyPathValidator copied to clipboard
Show live warnings in Xcode
Currently warnings only show when explicitly building. Does creating an xcspec and/or xcplugin improve this?
http://railsware.com/blog/2014/02/28/creation-and-using-clang-plugin-with-xcode/
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 version, but previous one (3.3) cannot compile for Arch64, which means iOS platform.