clang-static-analyzer
Telling Clang Static Analyzer about third-party libraries owning references
I maintain an Objective-C project which uses a C library that implements a garbage-collected scripting environment. In several cases, I need to put a retained Objective-C object in the private field o[详细]
2023-02-06 22:59 分类:问答Core Data produces Analyzer warnings
I am doing the final touch ups on an app and I am getting rid of every compiler/开发者_StackOverflow中文版analyzer warning.[详细]
2023-02-02 03:15 分类:问答C# Code Analyzer for C, C#, C++ and Java. [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepti开发者_开发问答ng answers.[详细]
2023-01-28 08:56 分类:问答Xcode 3.2.4 Analyzer skipped this file?
Having just upgraded to iOS 4.1 (Xcode 3.2.4) I am getting warnings when using the static analyser that I don\'t think I was previously getting when using 3.2.3[详细]
2023-01-15 10:02 分类:问答Using an external Xcode Clang Static Analyzer binary, with additional checks
I’m using Xcode 3.2.4 and have setup the Clang Static Analyser feature to use a newer build of the binary, as detailed here: http://clang-analyzer.llvm.org/xcode.html[详细]
2023-01-08 18:12 分类:问答Don't understand memory analysis
I have upgraded my XCode to versio 3.2.3 to support iOS4 on my iphone project. using the static analyser I checked for memory management problems.[详细]
2023-01-06 21:21 分类:问答XCode/Static Analyzer: Suppressing a retain count/leak warning
I have a function that is creating a variable, but not deallocating it.It passes this object on with a message to another function that deals with the memory management.[详细]
2023-01-05 03:17 分类:问答LLVM/Clang bug found in convenience method and NSClassFromString(...) alloc/release
I am analyzing Objective-C iPhone project with LLVM/Clang static analyzer. I keep getting two reported bugs, but I am pretty sure that the code is correct.[详细]
2022-12-31 13:27 分类:问答Xcode 3.2: Build & Analyze never finds any issues
I\'ve used the Clang Static Analyzer from the command line before. I wanted to try Xcode\'s built-in version via Build & Analyze. I never get any negative results even though i specially prepared[详细]
2022-12-28 20:14 分类:问答Is the scope of what Xcode's "Build and Analyze" will catch as a leak supposed to be this limited?
It doesn\'t care about this: NSString* leaker() { return [[NSString alloc] init]; } I thought it would have been smart enough to check if any code paths could call that function without releasing[详细]
2022-12-28 10:11 分类:问答
加载中,请稍侯......