Foo *oFoo = [[[Foo alloc] init] autorelease]; This is how I was taught to program in Objective C, yet the CLang error checker complains that the initial value was never read. But oFoo is an object w
Could somebody please help me get Clang up and running? (I don\'t have 3.2) I\'ve followed numerous tutorials (basically every link off of this page Using Clang Static Analyzer from within XCode) but
I am currently using Xcode 3.2.1 for learning the iPhone SDK and was wondering if its possible to use the Clang-LLVM and the 开发者_如何学Pythonstatic-analyser to aid in debugging my code. Currently I
result = [result stringByReplacingOccurrencesOfString:@\"ç\" withString:@\"c\"]; result = [result stringByReplacingOccurrencesOfString:@\"Ç\" withString:@\"c\"];
Why does the Clang Static Analyzer (CSA) output the following message: Although the value stored to \'self\' is
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: