We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036f1e6 commit 469f773Copy full SHA for 469f773
clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
@@ -145,7 +145,8 @@ namespace {
145
class NSOrCFErrorDerefChecker
146
: public CheckerFamily<check::Location,
147
check::Event<ImplicitNullDerefEvent>> {
148
- mutable IdentifierInfo *NSErrorII = nullptr, *CFErrorII = nullptr;
+ mutable IdentifierInfo *NSErrorII = nullptr;
149
+ mutable IdentifierInfo *CFErrorII = nullptr;
150
151
public:
152
CheckerFrontendWithBugType NSError{"NSError** null dereference",
0 commit comments