0
votes
0answers
22 views
Clang static analyzer on Windows
Does anybody have any success running clang static analyzer on Windows?
I have successfully built llvm and clang (using VS 2008). Running scan-build results in the following error:
The getpwuid …
0
votes
3answers
243 views
Clang: what is “Method returns an Objective-C object with a +0 retain count” trying to tell me?
Running a static analysis with clang in both XCode 3.2 and Nikita Zhuk's Analysis Tool I've often come across this pair of warnings:
Method returns an Objective-C object with a +0 retain count …
1
vote
4answers
173 views
Is it wise to use Clang to start with?
I am just starting out with xcode and learning Objective-C & Cocoa, would it be helpful to swap the compiler in Xcode 3.2 to Clang for the enhanced error checking and static analyser. I am just …
0
votes
1answer
94 views
In Xcode 3.2 under iPhone-SDK 3.1, how do I avoid “Dead store” error from CLANG analyzer?
I just upgraded to Xcode 3.2 and am using the Build and Analyze feature to check old code for errors.
While doing something I thought was innocuous, I get this error:
"Dead store: Value stored to …
0
votes
1answer
106 views
How to get this Apple Script for Clang Static Analyzer working with Xcode?
Here's a script where lots of people say it's good:
http://allancraig.net/blog/?p=381
But I can't get it to work. What are the steps I have to do with the Xcode script editor, to run that script?
I …
0
votes
2answers
138 views
Clang Error on “Potential null dereference.”
I keep getting Clang errors on the following type of code and I can't figure out why they're erroneous or how to resolve them to Clang's satisfaction:
+ (NSString *)checkForLength:(NSString …
