Search code examples
Writing Clang AST Matchers...

clangllvm-clangclang-static-analyzer

Read More
Is it possible to suppress Xcode 4 static analyzer warnings?...

objective-cxcode4clangclang-static-analyzer

Read More
What's a garbage value for clang-check...

c++c++14clang-static-analyzer

Read More
Can Clang Static Analyzer be used with Swift?...

swiftxcode6clang-static-analyzer

Read More
How does C++ treat assignments in try catch blocks?...

c++exceptionclangclang-static-analyzer

Read More
Getting "Array element cannot be nil" from Analyzer as a false-positive...

objective-cxcodeclang-static-analyzer

Read More
Is the clang static analyzer confused by popping the front from a list of unique_ptrs?...

c++c++11clang-static-analyzerfalse-positive

Read More
What's the difference between deep and shallow static analysis?...

xcodestatic-analysisclang-static-analyzer

Read More
Getting HTML output from Xcode's built-in static analysis...

xcodeclang-static-analyzer

Read More
Why is accessing a null-terminated string giving 'garbage or undefined'?...

cclangclang-static-analyzer

Read More
Is it good practice to initialise a variable to nil?...

objective-ciosnullclang-static-analyzer

Read More
How to compile-time check objects being passed to an NSArray constructor for nil...

objective-ccocoa-touchclangclang-static-analyzer

Read More
Strange Xcode Analyze results...

iosxcodestatic-analysisanalyzerclang-static-analyzer

Read More
True leak or false analyzer report?...

ccore-foundationclang-static-analyzer

Read More
Why would the outcome of this shift left operation be deemed undefined?...

clanguage-lawyerclang-static-analyzer

Read More
If I use g++ as my compiler, how do I scan a c++ file with the clang static analyzer?...

c++clang-static-analyzer

Read More
Conditionally allocating NSArray without getting error from Static analyser?...

iosiphoneobjective-cclang-static-analyzer

Read More
Why does the Analyzer warn about "uninitialized value"?...

objective-cclang-static-analyzer

Read More
Returning 'self' while it is not set to the result of '[(super or self) init...]'...

objective-ccocoa-touchmemory-leaksclang-static-analyzer

Read More
Clang static analyzer warns about consumed block...

iosobjective-cclangkey-value-observingclang-static-analyzer

Read More
ARC: Analyzer warnings with Objective-C code using core foundation...

objective-ccocoacore-foundationclang-static-analyzer

Read More
clang++'s static analyzer and Makefiles...

makefileclang-static-analyzer

Read More
Not able to print correct line numbers for then part of if statement, Clang...

clangllvm-clangclang-static-analyzer

Read More
Why does Boost.Concept call destructors through null pointers?...

c++boostc++11clang-static-analyzerc++-concepts

Read More
Jenkins: How to mark build as unstable if clang analyzer found new bug...

iosjenkinscontinuous-integrationjenkins-pluginsclang-static-analyzer

Read More
Clang Analyzer false positive or overflow?...

cenumsswitch-statementclang-static-analyzer

Read More
Using an external Xcode Clang Static Analyzer binary, with additional checks...

xcodeclang-static-analyzer

Read More
What sort of bugs does the “Misuse of Keychain Services API” analysis find?...

xcodeclangkeychainclang-static-analyzer

Read More
the right operand of '-' is a garbage value...

iosobjective-ccocoa-touchclang-static-analyzer

Read More
How to find a work-around when Xcode analyzer finds issues but does not show them in the files?...

xcodeclang-static-analyzer

Read More
BackNext