Tag Archives: clang
You can annotate your sources for better clang results. Best use is probably to specify that certain parameters to your functions can’t be nil/null. (via Peter Hosey on Twitter.)
February 13, 2011
Comments Off
Better Xcode warnings through .xcconfig files
Peter Hosey posted a list of warnings he turns on. Here’s the warnings I turn on. It’s mostly the same list. Rather than set these per project, I have a .xcconfig file I add to my project. I then base … Continue reading